class Cucumber::Glue::NilWorld

def initialize

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