Skip to content

Instantly share code, notes, and snippets.

@tom-lord
Created June 22, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tom-lord/b15fe1dd0bd69803387c0d937e7e61b5 to your computer and use it in GitHub Desktop.
Save tom-lord/b15fe1dd0bd69803387c0d937e7e61b5 to your computer and use it in GitHub Desktop.
EDD - Cow
class Cow
def 🔪
"🥩 "
end
end
🐄 = Cow.new
puts 🐄.🔪 # => 🥩
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment