method

new

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: TestParser
new(*) public

No documentation

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

Hide source
# File railties/lib/rails/test_unit/test_parser.rb, line 19
      def initialize(*)
        # A hash mapping the 1-indexed line numbers that tests start on to where they end.
        @begins_to_ends = {}
        super
      end
Register or log in to add new notes.