Method: Fast::Find#debug

Defined in:
lib/fast.rb

#debug(expression, node, match) ⇒ Object



478
479
480
# File 'lib/fast.rb', line 478

def debug(expression, node, match)
  puts "#{expression} == #{node} # => #{match}"
end