In Files

  • csv.rb

Methods

Class/Module Index [+]

Quicksearch

CSV::MatchP

Public Instance Methods

match?(pattern) click to toggle source
 
               # File csv.rb, line 102
def match?(pattern)
  self =~ pattern
end