Module: Fix::Helper::ItsHelper

Included in:
DSL, On
Defined in:
lib/fix/helper/it_helper.rb

Instance Method Summary collapse

Instance Method Details

#its(attribute, *args, &block) ⇒ Object



4
5
6
7
# File 'lib/fix/helper/it_helper.rb', line 4

def its attribute, *args, &block
  i = Its.new @defs, *(@args + [[attribute] + args])
  i.instance_eval(&block)
end