Module: Rpr::Parser::Minruby
- Defined in:
- lib/rpr/parser/minruby.rb
Class Method Summary collapse
Class Method Details
.parse(code) ⇒ Object
6 7 8 |
# File 'lib/rpr/parser/minruby.rb', line 6 def self.parse(code) minruby_parse(code) end |