In Files

  • csv/match_p.rb

Methods

CSV::MatchP

Public Instance Methods

match?(pattern) click to toggle source
 
               # File csv/match_p.rb, line 7
def match?(pattern)
  self =~ pattern
end
            
There is an updated format of the API docs for this version here.