Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Last active September 9, 2018 07:54
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 mehdi-farsi/22d268ad76413dc23a3afeba94d106c1 to your computer and use it in GitHub Desktop.
Save mehdi-farsi/22d268ad76413dc23a3afeba94d106c1 to your computer and use it in GitHub Desktop.
class Hash
def to_s
'hash'
end
end
h = {}
p h.to_s # => "hash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment