Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/bogo/smash.rb

Overview

Hook helper into toplevel ‘Hash`

Direct Known Subclasses

Bogo::Smash

Instance Method Summary collapse

Instance Method Details

#to_smash(*args) ⇒ Smash Also known as: hulk_smash

Convert to Smash

Returns:



145
146
147
# File 'lib/bogo/smash.rb', line 145

def to_smash(*args)
  self.to_type_converter(::Smash, :to_smash, *args)
end