Skip to content

Instantly share code, notes, and snippets.

@shelvacu
Created December 7, 2015 10:06
Show Gist options
  • Save shelvacu/1deb1806f8ae8668b8ea to your computer and use it in GitHub Desktop.
Save shelvacu/1deb1806f8ae8668b8ea to your computer and use it in GitHub Desktop.
["awesome","cool","rad"].each do |word|
define_method(word.to_sym) do
word
end
end
puts awesome, cool, rad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment