Skip to content

Instantly share code, notes, and snippets.

@dwfait
Created January 23, 2016 16:37
Show Gist options
  • Save dwfait/ab333212487198907c32 to your computer and use it in GitHub Desktop.
Save dwfait/ab333212487198907c32 to your computer and use it in GitHub Desktop.
o = Object.new
def o.say_hello
puts "Hello!"
end
o.say_hello
o.clone.say_hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment