summary refs log tree commit
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2011-03-31 15:07:35 +1100
committerRyan Bigg <radarlistener@gmail.com>2011-03-31 15:07:42 +1100
commita58568e9105bdb9798d93113fef041f4da68a72a (patch)
tree1c81231edefaa44f3040d8183145f045d276426c
parentc687e5721a0ebd5b7388ff675df0fa81e8d6e46d (diff)
downloadrack-a58568e9105bdb9798d93113fef041f4da68a72a.tar.gz
Rack::Builder example needs a run otherwise it won't run
-rw-r--r--lib/rack/builder.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb
index 19056258..ee06a402 100644
--- a/lib/rack/builder.rb
+++ b/lib/rack/builder.rb
@@ -13,6 +13,8 @@ module Rack
   #    end
   #  end
   #
+  #  run app
+  #
   # Or
   #
   #  app = Rack::Builder.app do