Module: Fix::Helper::OnHelper
Instance Method Summary collapse
Instance Method Details
#on(attribute, *args, &block) ⇒ Object
4 5 6 7 |
# File 'lib/fix/helper/on_helper.rb', line 4 def on attribute, *args, &block i = On.new @defs, *(@args + [[attribute] + args]) i.instance_eval(&block) end |