Skip to content

Commit

Permalink
Updated documentation for the Halcyon::Runner class.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Jun 20, 2008
1 parent ac497c0 commit 1b0899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/halcyon/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Halcyon
# * setting up the logger
# * loading initializers
# * loading controllers
# All of which is done by the call to <tt>Halcyon::Application.boot</tt>.
#
# The Runner is a full-fledged Rack application, and accepts calls to #call.
#
Expand All @@ -14,7 +15,6 @@ module Halcyon
# Halcyon::Runner.run!(['start', '-p', '4647'])
#
# # load the config file and initialize the app
# Halcyon::Runner.load_config Halcyon.root/'config'/'config.yml'
# Halcyon::Runner.new
class Runner

Expand Down

0 comments on commit 1b0899f

Please sign in to comment.