Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created January 15, 2016 11:48
Show Gist options
  • Save maxehmookau/f60b5525902a7cf69deb to your computer and use it in GitHub Desktop.
Save maxehmookau/f60b5525902a7cf69deb to your computer and use it in GitHub Desktop.
[:output_100, :output_200].each do |i|
define_method(i) do
puts i.to_s.split('_')[1]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment