module StatsD::Instrument::Metric::RubyBackports
Public Instance Methods
match?(str)
click to toggle source
# File lib/statsd/instrument/metric.rb, line 37 def match?(str) (self =~ str) != nil end
# File lib/statsd/instrument/metric.rb, line 37 def match?(str) (self =~ str) != nil end