method

regexp_filter?

rails latest stable - Class: Rails::TestUnit::Runner
regexp_filter?(arg)
private

No documentation available.

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