module Cucumber::CoreExt::CallIn

def arity2

def arity2
  arity == -1 ? 0 : arity
end