Skip to content

Instantly share code, notes, and snippets.

@jordanbyron
Forked from tvladeck/a.rb
Last active December 20, 2015 19:59
Show Gist options
  • Save jordanbyron/6187367 to your computer and use it in GitHub Desktop.
Save jordanbyron/6187367 to your computer and use it in GitHub Desktop.
tooltips.each do |method, text|
define_method(method) { tooltip text['display'], text['tip'] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment