class Pry::Command::FindMethod
def show_search_results(matches)
-
matches(Array) --
def show_search_results(matches) if matches.empty? output.puts bold("No Methods Matched") else print_matches(matches) end end
matches
(Array)
--
def show_search_results(matches) if matches.empty? output.puts bold("No Methods Matched") else print_matches(matches) end end