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