module Rpr::Parser::Parser
Public Class Methods
parse(code)
click to toggle source
# File lib/rpr/parser/parser.rb, line 6 def self.parse(code) ::Parser::CurrentRuby.parse(code) end
# File lib/rpr/parser/parser.rb, line 6 def self.parse(code) ::Parser::CurrentRuby.parse(code) end