module Axiom::Relation::Operation::Unary
A mixin for Unary
relations
Public Class Methods
new(*)
click to toggle source
Initialize a Unary
relation
@return [undefined]
@api private
Calls superclass method
Axiom::Operation::Unary::new
# File lib/axiom/relation/operation/unary.rb, line 16 def initialize(*) super @header = operand.header end