class Cucumber::Glue::WorldFactory

def initialize(proc)

def initialize(proc)
  @proc = proc || -> { Object.new }
end