method
new
v8.1.1 -
Show latest stable
- Class:
Rails::TestUnit::TestParser
new(*)public
No documentation available.
# File railties/lib/rails/test_unit/test_parser.rb, line 67
def initialize(*)
# A hash mapping the 1-indexed line numbers that tests start on to where they end.
@begins_to_ends = {}
super
end