Skip to content

Instantly share code, notes, and snippets.

@rossjones
Created October 2, 2015 14:42
Show Gist options
  • Save rossjones/62c3b139d17823ff3c71 to your computer and use it in GitHub Desktop.
Save rossjones/62c3b139d17823ff3c71 to your computer and use it in GitHub Desktop.
def my_function
puts "Ross is very cool"
end
my_map = { :ross => method(:my_function) }
my_map[:ross].call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment