class Cucumber::JsSupport::JsWorld

def method_missing(method_name, *args)

def method_missing(method_name, *args)
  @world.send(method_name, *args)
end