method

new

rails latest stable - Class: Rails::Filter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

new(runnable, file, line)
public

No documentation available.

# File railties/lib/rails/test_unit/line_filtering.rb, line 54
    def initialize(runnable, file, line)
      @runnable, @file = runnable, File.expand_path(file)
      @line = line.to_i if line
    end