Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created March 27, 2015 05:20
Show Gist options
  • Save KamilLelonek/01fd968863fb97c4fe94 to your computer and use it in GitHub Desktop.
Save KamilLelonek/01fd968863fb97c4fe94 to your computer and use it in GitHub Desktop.
How to delegate methods in Ruby
class SandwichMaker
def make_me_a_sandwich
puts 'OKAY'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment