nicholasjackson/minke

View on GitHub
lib/minke/config/environment_settings.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Minke
  module Config
    ##
    # EnvironmentSettings is a hash containing the environment variables which
    # will be set to the current shell when the minke task runs.
    class EnvironmentSettings < Hash
       
    end
  end
end