class Crashbreak::EnvironmentVariablesSerializer

Public Instance Methods

hash_value() click to toggle source
# File lib/crashbreak/serializers/environment_variables_serializer.rb, line 5
def hash_value
  ENV.to_hash
end