class Pry::Command::FindMethod
def additional_info(header, method)
Return the matched lines of method source if `-c` is given or ""
def additional_info(header, method) if opts.content? ': ' + colorize_code(matched_method_lines(header, method)) else "" end end