Method: Cucumber::Glue::NilWorld#initialize
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/glue/registry_and_more.rb
#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 |