class Cucumber::NilWorld

def initialize

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