Exception: Cucumber::Glue::NilWorld
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/glue/registry_and_more.rb
Overview
Raised if a World block returns Nil.
Instance Method Summary collapse
-
#initialize ⇒ NilWorld
constructor
A new instance of NilWorld.
Constructor Details
#initialize ⇒ NilWorld
Returns a new instance of NilWorld.
24 25 26 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/glue/registry_and_more.rb', line 24 def initialize super('World procs should never return nil') end |