class Regexp

Public Instance Methods

match?(str) click to toggle source
# File lib/pseudohiki/shim.rb, line 5
def match?(str)
  self === str
end