lib/gyoza-languages/gyoza_app.rb in gyoza-languages-1.0.1 vs lib/gyoza-languages/gyoza_app.rb in gyoza-languages-1.0.2
- old
+ new
@@ -17,10 +17,10 @@
#
# If the server is already running (A.K.A. the handler attribute is set),
# a GyozaError is raised.
#
# Arguments:
- # port: the port to start the server at (9172 by default)
+ # port: the port to start the server at
def start(port = GyozaLanguages::DEFAULT_PORT)
if @handler.nil?
@handler = Rackup::Handler.default
@port = port
@handler.run(self, :Port => port)