Method: Bmg::Relation::InMemory#initialize

Defined in:
lib/bmg/relation/in_memory.rb

#initialize(type, operand) ⇒ InMemory

Returns a new instance of InMemory.



6
7
8
9
# File 'lib/bmg/relation/in_memory.rb', line 6

def initialize(type, operand)
  @operand = operand
  @type = type
end