Method: Code::Parser#parse
- Defined in:
- lib/code/parser.rb
#parse ⇒ Object
16 17 18 19 20 |
# File 'lib/code/parser.rb', line 16 def parse Code.parse(input) rescue Language::Parser::NotEndOfInput => e raise Error, e. end |
16 17 18 19 20 |
# File 'lib/code/parser.rb', line 16 def parse Code.parse(input) rescue Language::Parser::NotEndOfInput => e raise Error, e. end |