Method: Slither::Section#match

Defined in:
lib/slither/section.rb

#match(raw_line) ⇒ Object


80
81
82
# File 'lib/slither/section.rb', line 80

def match(raw_line)
  raw_line.nil? ? false : @trap.call(raw_line)
end