Method: Bmg::Operator::Extend#initialize

Defined in:
lib/bmg/operator/extend.rb

#initialize(type, operand, extension) ⇒ Extend

Returns a new instance of Extend.



16
17
18
19
20
# File 'lib/bmg/operator/extend.rb', line 16

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