class method
self.regexp_filter?
Ruby on Rails edge
Since v6.0.6.1 Private — implementation detail, not part of the public APISignature
self.regexp_filter?(arg)
No documentation comment.
Parameters
-
argreq
Source
# File railties/lib/rails/test_unit/runner.rb, line 123
def regexp_filter?(arg)
arg.start_with?("/") && arg.end_with?("/")
end
Defined in railties/lib/rails/test_unit/runner.rb line 123
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::TestUnit::Runner