Method: MetricFu::SexpNode.parse
- Defined in:
- lib/metric_fu/data_structures/sexp_node.rb
.parse(contents) ⇒ Object
Returns file_sexp.
5 6 7 8 |
# File 'lib/metric_fu/data_structures/sexp_node.rb', line 5 def self.parse(contents) rp = RubyParser.new rp.parse(contents) end |