class OpenShift::Runtime::Utils::Cgroups::Config

Subclass OpenShift::Config so we can split the values easily

Public Instance Methods

get(key) click to toggle source
Calls superclass method
# File lib/openshift-origin-node/utils/cgroups.rb, line 27
def get(key)
  super(key.gsub('.','_'))
end