Sha256: 103126ec69ae7208026b97e64fa8eba406c1cfe31a4826ee8cd3131276db3ce0

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

# encoding: utf-8

module Axiom
  class Relation
    module Operation

      # A mixin for Unary relations
      module Unary
        include Axiom::Operation::Unary

        # Initialize a Unary relation
        #
        # @return [undefined]
        #
        # @api private
        def initialize(*)
          super
          @header = operand.header
        end

      end # module Unary
    end # module Operation
  end # class Relation
end # module Axiom

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
axiom-0.2.0 lib/axiom/relation/operation/unary.rb
axiom-0.1.1 lib/axiom/relation/operation/unary.rb
axiom-0.1.0 lib/axiom/relation/operation/unary.rb