Module: Axiom::Relation::Operation::Unary

Overview

A mixin for Unary relations

Instance Attribute Summary

Attributes included from Operation::Unary

#operand

Instance Method Summary collapse

Instance Method Details

#initializeundefined

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize a Unary relation

Returns:

  • (undefined)


16
17
18
19
# File 'lib/axiom/relation/operation/unary.rb', line 16

def initialize(*)
  super
  @header = operand.header
end