Flowdock
new(options = nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/server/server_command.rb, line 19
    def initialize(options = nil)
      @default_options = options || {}
      super(@default_options)
      set_environment
    end
Register or log in to add new notes.