# File lib/pry/default_commands/whereami.rb, line 37
        def code
          @code ||= if show_method?
                      Pry::Code.from_method(@method)
                    else
                      Pry::Code.from_file(@file).around(@line, window_size)
                    end
        end