9 10 11
# File 'lib/Util/ruby_parser.rb', line 9 def parse_code(code) p Parser::CurrentRuby.parse(code) end