Skip to content

Instantly share code, notes, and snippets.

@DouglasAllen
Created September 5, 2015 17:20
Show Gist options
  • Save DouglasAllen/15a5721b519a48b0d67e to your computer and use it in GitHub Desktop.
Save DouglasAllen/15a5721b519a48b0d67e to your computer and use it in GitHub Desktop.
# method_call.rb
def hello
"Hello there!"
end
hi = method :hello
def say mo
mo.call
end
say hi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment