Skip to content

Instantly share code, notes, and snippets.

@ober
Created May 17, 2013 21:32
Show Gist options
  • Save ober/5602118 to your computer and use it in GitHub Desktop.
Save ober/5602118 to your computer and use it in GitHub Desktop.
def find_by_attr(attr,value)
@ec2in.select do |i,r|
r.each do |k,v|
k == attr && v = value
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment