Class: Igor::Master::Options
- Inherits:
-
Object
- Object
- Igor::Master::Options
- Defined in:
- lib/igor/master.rb
Instance Method Summary collapse
Instance Method Details
#parse!(str) ⇒ Object
33 34 35 |
# File 'lib/igor/master.rb', line 33 def parse!(str) AngryHash[ Yajl::Parser.parse(str) ] end |