class String

Public Instance Methods

match?(pattern) click to toggle source
# File lib/niceql/string.rb, line 2
def match?(pattern)
  self =~ pattern
end