Class: Hanami::Cucumber::World Private
- Inherits:
-
Object
- Object
- Hanami::Cucumber::World
- Includes:
- Rack::Test::Methods
- Defined in:
- lib/hanami/cucumber/support/world.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #app ⇒ Object private
Instance Method Details
#app ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/hanami/cucumber/support/world.rb', line 10 def app Hanami.app end |