Flowdock
method

new

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: Ruby
new(top_level, file_name, content, options, stats) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.