public Method

Start.settings

There's no documentation for this item.

Source Code

# File rails/mongrel_server/commands.rb, line 240
def settings
  config_keys.inject({}) do |hash, key|
    value = self.instance_variable_get("@#{key}")
    key = 'host' if key == 'address'
    hash[key.to_sym] ||= value
    hash
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.