class Dentaku::AST::FunctionRegistry

def self.min_param_count

def self.min_param_count
  @implementation.parameters.select { |type, _name| type == :req }.count
end