Module: Roby::App::Cucumber::World
- Defined in:
- lib/roby/app/cucumber/world.rb
Instance Attribute Summary collapse
-
#roby_controller ⇒ Object
readonly
Returns the value of attribute roby_controller.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#roby_controller ⇒ Object (readonly)
Returns the value of attribute roby_controller.
9 10 11 |
# File 'lib/roby/app/cucumber/world.rb', line 9 def roby_controller @roby_controller end |
Class Method Details
.extend_object(world) ⇒ Object
15 16 17 18 |
# File 'lib/roby/app/cucumber/world.rb', line 15 def self.extend_object(world) super world.roby_world_initialize end |
Instance Method Details
#roby_world_initialize ⇒ Object
11 12 13 |
# File 'lib/roby/app/cucumber/world.rb', line 11 def roby_world_initialize @roby_controller = Controller.new end |