class Cucumber::RbSupport::NilWorld

Raised if a World block returns Nil.

Public Class Methods

new() click to toggle source
# File lib/cucumber/rb_support/rb_language.rb, line 12
def initialize
  super("World procs should never return nil")
end