Skip to content

Instantly share code, notes, and snippets.

@netbe
Created September 3, 2012 15:52
Show Gist options
  • Save netbe/3610210 to your computer and use it in GitHub Desktop.
Save netbe/3610210 to your computer and use it in GitHub Desktop.
test declaractive method
def self.test(name)
define_method("test_#{name.gsub(' ', '_').downcase}") do
yield
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment