Class: Hash

Inherits:
Object show all
Defined in:
lib/most/helpers/hash.rb

Direct Known Subclasses

Most::Options

Instance Method Summary collapse

Instance Method Details

#to_optionsObject



22
23
24
# File 'lib/most/helpers/hash.rb', line 22

def to_options()
  Most::Options.new(self)
end