Methods

DaemonKit::Configurable::InstanceMethods

Public Instance Methods

set( name, value ) click to toggle source

Force the value of a configurable to be set without any respect for it's locked status.

# File lib/daemon_kit/core_ext/configurable.rb, line 80
def set( name, value )
  name = name.to_sym

  if self.class.configurables.has_key?( name )
    _configurables[ name ] = value
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.