Sha256: 438f8384b85c484d11a8d0eb744010949916324a13846d30293623d89ad6d98a

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

module Gisele
  module Language
    module AST
      module BoolNot
        include Node

        def label
          markers[:match] ? markers[:match].to_s : "not(#{last.label})"
        end

      end # module BoolNot
    end # module AST
  end # module Language
end # module Gisele

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gisele-0.4.0 lib/gisele/language/ast/bool_not.rb
gisele-0.3.0 lib/gisele/language/ast/bool_not.rb
gisele-0.2.0 lib/gisele/language/ast/bool_not.rb