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:



102
103
104
# File 'lib/bogo/smash.rb', line 102

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