initialize strategy, app_env

in lib/google/serverless/exec.rb [266:272]


        def initialize strategy, app_env
          @strategy = strategy
          @app_env = app_env
          super "Strategy \"#{strategy}\" not supported for the #{app_env}" \
                " environment"
        end