Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/boost_info.rb
Instance Method Summary collapse
Instance Method Details
#to_info(opts = {}) ⇒ Object
22 23 24 25 |
# File 'lib/boost_info.rb', line 22 def to_info(opts={}) root_node = BoostInfo::Parser.from_hash(self, opts) root_node.to_info(opts) end |