From d0a3be308c141ddebf86a8cf7dcb360965c57d36 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 19 May 2012 17:40:40 +0530 Subject: copy edits [ci skip] --- guides/source/rails_on_rack.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/rails_on_rack.textile') diff --git a/guides/source/rails_on_rack.textile b/guides/source/rails_on_rack.textile index 4105641298..d8910cf1d0 100644 --- a/guides/source/rails_on_rack.textile +++ b/guides/source/rails_on_rack.textile @@ -154,7 +154,7 @@ config.middleware.swap ActionDispatch::ShowExceptions, Lifo::ShowExceptions h5. Middleware Stack is an Enumerable -The middleware stack behaves just like a normal +Enumerable+. You can use any +Enumerable+ methods to manipulate or interrogate the stack. The middleware stack also implements many +Array+ methods, including [] unshift delete. Methods described in the section above are just convenience methods. +The middleware stack behaves just like a normal +Enumerable+. You can use any +Enumerable+ methods to manipulate or interrogate the stack. The middleware stack also implements some +Array+ methods including [], +unshift+ and +delete+. Methods described in the section above are just convenience methods. Append following lines to your application configuration: -- cgit v1.2.3