class Nocode::Steps::Set
Set
a register’s value to the value option specified.
Public Instance Methods
perform()
click to toggle source
# File lib/nocode/steps/set.rb, line 9 def perform registers[register_option] = value_option end