Module: Gisele::Language::AST::BoolNot
- Includes:
- Node
- Defined in:
- lib/gisele/language/ast/bool_not.rb
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#label ⇒ Object
7 8 9 |
# File 'lib/gisele/language/ast/bool_not.rb', line 7 def label (citrus_match && citrus_match.to_s) || "not(#{last.label})" end |