Method: BOAST::Affectation#initialize
- Defined in:
- lib/BOAST/Language/Operators.rb
#initialize(target, source, options = {}) ⇒ Affectation
Returns a new instance of Affectation.
488 489 490 491 492 |
# File 'lib/BOAST/Language/Operators.rb', line 488 def initialize(target, source, = {}) @target = target @source = source = end |