Module: RSpec::RubyContentMatchers::HaveBlock::BlockArgs
- Defined in:
- lib/code_spec/matchers/have_block.rb
Instance Attribute Summary collapse
-
#block_args ⇒ Object
Returns the value of attribute block_args.
-
#form ⇒ Object
Returns the value of attribute form.
Instance Attribute Details
#block_args ⇒ Object
Returns the value of attribute block_args.
14 15 16 |
# File 'lib/code_spec/matchers/have_block.rb', line 14 def block_args @block_args end |
#form ⇒ Object
Returns the value of attribute form.
14 15 16 |
# File 'lib/code_spec/matchers/have_block.rb', line 14 def form @form end |