Method: String#match?

Defined in:
lib/fat_table/patches.rb

#match?(regexp) ⇒ Boolean

Returns:



21
22
23
# File 'lib/fat_table/patches.rb', line 21

def match?(regexp)
  self =~ regexp
end