Module: Hornetseye::OBJECT::Match

Included in:
Node
Defined in:
lib/multiarray/object.rb

Overview

Namespace containing method for matching elements of type OBJECT

See Also:

Instance Method Summary collapse

Instance Method Details

#align(context) ⇒ Object

Perform type alignment

Align this type to another. This is used to prefer single-precision floating point in certain cases.



152
153
154
# File 'lib/multiarray/object.rb', line 152

def align( context )
  self
end

#fit(*values) ⇒ Class

Method for matching elements of type OBJECT

See Also:



140
141
142
# File 'lib/multiarray/object.rb', line 140

def fit( *values )
  OBJECT
end