Skip to content

Instantly share code, notes, and snippets.

@lsegal
Created December 4, 2009 21:39
Show Gist options
  • Select an option

  • Save lsegal/249375 to your computer and use it in GitHub Desktop.

Select an option

Save lsegal/249375 to your computer and use it in GitHub Desktop.
class Foo
def apply(meth)
items.each do |v|
v.send(meth)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment