Class: Fast::Not
Overview
Negates the current expression
!int is equilvalent to "not int"
Instance Attribute Summary
Attributes inherited from Find
Instance Method Summary collapse
Methods inherited from Find
#==, #compare_symbol_or_head, #debug, #debug_match_recursive, #initialize, #match_recursive, #to_s
Constructor Details
This class inherits a constructor from Fast::Find
Instance Method Details
#match?(node) ⇒ Boolean
814 815 816 |
# File 'lib/fast.rb', line 814 def match?(node) !super end |