gopisaba

41
reputation
1
6

Individual contributor who loves Infrastructure as a Code.

def gopi(job)
  skills = %w(Chef Ansible 
             Vagrant Docker
             Ruby Python Rake 
             AWS Openstack Vmware 
             Linux Shell
             Jenkins Appveyor)
  return "I'm sorry" unless (skills.include?(job) or job != 'interesting')
end