# File lib/pry/default_commands/find_method.rb, line 30
        def options(opti)
          opti.on :n, :name, "Search for a method by name"
          opti.on :c, :content, "Search for a method based on content in Regex form"
        end