class Cucumber::RbSupport::NilWorld

def initialize

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