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