80 81 82
# File 'lib/slither/section.rb', line 80 def match(raw_line) raw_line.nil? ? false : @trap.call(raw_line) end