Class: Parser::Runner::RubyParse
- Inherits:
-
Parser::Runner
- Object
- Parser::Runner
- Parser::Runner::RubyParse
- Defined in:
- lib/parser/runner/ruby_parse.rb
Defined Under Namespace
Classes: LocationProcessor
Instance Method Summary collapse
-
#initialize ⇒ RubyParse
constructor
A new instance of RubyParse.
Methods inherited from Parser::Runner
Constructor Details
#initialize ⇒ RubyParse
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 |