method

regexp_filter?

regexp_filter?(arg)
private

No documentation available.

# File railties/lib/rails/test_unit/runner.rb, line 88
          def regexp_filter?(arg)
            arg.start_with?("/") && arg.end_with?("/")
          end