Module: Fix::Helper::ItHelper
- Included in:
- On
- Defined in:
- lib/fix/helper/its_helper.rb
Instance Method Summary collapse
Instance Method Details
#it(&block) ⇒ Object
4 5 6 7 |
# File 'lib/fix/helper/its_helper.rb', line 4 def it &block i = It.new @defs, *@args i.instance_eval(&block) end |