Sha256: 621df8009c649bc583d359896284fd3a9d90727721c06346ad3fb2274a77add0

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

module Alf
  module Operator
    # 
    # Specialization of Operator for operators without operands
    #
    module Nullary
      include Operator 

    end # module Nullary
  end # module Operator
end # module Alf

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-0.12.2 lib/alf/operator/nullary.rb
alf-0.12.1 lib/alf/operator/nullary.rb
alf-0.12.0 lib/alf/operator/nullary.rb
alf-0.11.1 lib/alf/operator/nullary.rb
alf-0.11.0 lib/alf/operator/nullary.rb