Exception: Cucumber::RbSupport::NilWorld

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/rb_support/rb_language.rb

Overview

Raised if a World block returns Nil.

Instance Method Summary collapse

Constructor Details

#initializeNilWorld

Returns a new instance of NilWorld.



12
13
14
# File 'lib/cucumber/rb_support/rb_language.rb', line 12

def initialize
  super("World procs should never return nil")
end