# File lib/as_input_pad.rb, line 29 def []=(name, value) @values[name] = value proc = @actions[name] proc.call(value) if proc end