Skip to content

Instantly share code, notes, and snippets.

@tom-lord
Created June 22, 2018 16:03
Show Gist options
  • 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