class Dentaku::AST::FunctionRegistry

def self.arity

def self.arity
  @implementation.arity < 0 ? nil : @implementation.arity
end