Module: BoostInfo
- Defined in:
- lib/boost_info.rb,
lib/boost_info/node.rb,
lib/boost_info/parser.rb,
lib/boost_info/version.rb,
lib/boost_info/generator.rb
Defined Under Namespace
Classes: Generator, Node, Parser
Constant Summary collapse
- VERSION =
'0.2.8'
Class Method Summary collapse
- .from_hash(hash, opts = {}) ⇒ Object
- .from_info(source, opts = {}) ⇒ Object
- .parse(source, opts = {}) ⇒ Object
Class Method Details
.from_hash(hash, opts = {}) ⇒ Object
12 13 14 |
# File 'lib/boost_info.rb', line 12 def self.from_hash(hash, opts={}) BoostInfo::Parser.from_hash(hash, opts) end |