class Solargraph::Pin::Callable

def mandatory_positional_param_count

def mandatory_positional_param_count
  parameters.count(&:arg?)
end