# File lib/heroku/commands/base.rb, line 106
    def initialize(args, heroku=nil)
      super(args, heroku)
      @app ||= extract_app
    end