class Pry::Command::FindMethod
def print_matches_for_class(klass, grouped)
def print_matches_for_class(klass, grouped) output.puts text.bold(klass.name) grouped[klass].each do |method| header = method.name_with_owner output.puts header + additional_info(header, method) end end