Method: WAG::Instruction::Local::Set#initialize

Defined in:
lib/wag/instructions/local/set.rb

#initialize(label) ⇒ Set

Returns a new instance of Set.



10
11
12
# File 'lib/wag/instructions/local/set.rb', line 10

def initialize(label)
  @label = WAG::Label.from(label)
end