method

settings

rails latest stable - Class: Rails::MongrelServer::Start

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

settings()
public

No documentation available.

# File railties/lib/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