# File lib/pry/commands/whereami.rb, line 41
    def options(opt)
      opt.on :q, :quiet,             "Don't display anything in case of an error"
      opt.on :n, "no-line-numbers""no-line-numbers", "Do not display line numbers"
      opt.on :m, "method""method", "Show the complete source for the current method."
      opt.on :c, "class""class", "Show the complete source for the current class or module."
      opt.on :f, "file""file", "Show the complete source for the current file."
    end