method
new
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Parser::Ruby
new(top_level, file_name, content, options, stats)public
No documentation available.
# File lib/rdoc/parser/ruby.rb, line 165
def initialize(top_level, file_name, content, options, stats)
super
@size = 0
@token_listeners = nil
@scanner = RDoc::RubyLex.new content, @options
@scanner.exception_on_syntax_error = false
@prev_seek = nil
reset
end