class Axiom::Relation::Empty
An empty relation
Public Class Methods
new(header)
click to toggle source
Initialize an empty Relation
@param [Header] header
the header for the empty relation
@return [undefined]
@api public
Calls superclass method
# File lib/axiom/relation/empty.rb, line 17 def initialize(header) super(header, ZERO_TUPLE) end