Class: Parser::Runner::RubyParse

Inherits:
Parser::Runner show all
Defined in:
lib/parser/runner/ruby_parse.rb

Defined Under Namespace

Classes: LocationProcessor

Instance Method Summary collapse

Methods inherited from Parser::Runner

#execute, go

Constructor Details

#initializeRubyParse

Returns a new instance of RubyParse.



96
97
98
99
100
101
102
# File 'lib/parser/runner/ruby_parse.rb', line 96

def initialize
  super

  @locate = false
  @emit_ruby = false
  @emit_json = false
end