class method
self.regexp_filter?
Ruby on Rails 8.1.3.1
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 124
def regexp_filter?(arg)
arg.start_with?("/") && arg.end_with?("/")
end
Defined in railties/lib/rails/test_unit/runner.rb line 124
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::TestUnit::Runner