class Tapioca::Gem::Pipeline

def push_method(symbol, constant, method, node, signature, parameters) # rubocop:disable Metrics/ParameterLists

rubocop:disable Metrics/ParameterLists
: (String symbol, Module constant, UnboundMethod method, RBI::Method node, untyped signature, Array[[Symbol, String]] parameters) -> void
def push_method(symbol, constant, method, node, signature, parameters) # rubocop:disable Metrics/ParameterLists
  @events << Gem::MethodNodeAdded.new(symbol, constant, method, node, signature, parameters)
end