Skip to content

Instantly share code, notes, and snippets.

@radwo
Created August 27, 2015 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radwo/9d36b9a83c8653d540ff to your computer and use it in GitHub Desktop.
Save radwo/9d36b9a83c8653d540ff to your computer and use it in GitHub Desktop.
class Foo
%w(foo bar).each { |method_name|
define_method(method_name) do
puts method_name
end
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment