Skip to content

Instantly share code, notes, and snippets.

@launchkit-codes
Last active September 9, 2018 07:54
Show Gist options
  • Select an option

  • Save launchkit-codes/22d268ad76413dc23a3afeba94d106c1 to your computer and use it in GitHub Desktop.

Select an option

Save launchkit-codes/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