module TurboTestRubyRefinements::StringTestFile

Constants

TEST_MATCHER

Public Instance Methods

test_file?() click to toggle source
# File lib/turbo_test_ruby_refinements/string/test_file.rb, line 8
def test_file?
  !match(TEST_MATCHER).nil?
end