module StatsD::Instrument::Expectation::RubyBackports

Public Instance Methods

match?(str) click to toggle source
# File lib/statsd/instrument/expectation.rb, line 87
def match?(str)
  (self =~ str) != nil
end