class Rails::Application

def server(&blk)

to the +server+ method defined in Rails::Railtie.
Sends any server called in the instance of a new application up
def server(&blk)
  self.class.server(&blk)
end