Method: Cucumber::RbSupport::RbWorld#__cucumber_step_mother=

Defined in:
lib/cucumber/rb_support/rb_world.rb

#__cucumber_step_mother=(value) ⇒ Object (writeonly)

Sets the attribute __cucumber_step_mother

Parameters:

  • value

    the value to set the attribute __cucumber_step_mother to.



17
18
19
# File 'lib/cucumber/rb_support/rb_world.rb', line 17

def __cucumber_step_mother=(value)
  @__cucumber_step_mother = value
end