From 10222fb4552b42e125899e118f6ee0b05161e622 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 24 Aug 2010 20:59:17 -0700 Subject: [PATCH] appease the rdoc.info godz --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 9398586..ee6356b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -89,15 +89,15 @@ or === Array of Arrays -Pass the {:as => :array} option to any of the above methods of configuration +Pass the :as => :array option to any of the above methods of configuration === Array of Hashes -The default result type is set to :hash, but you can override a previous setting to something else with {:as => :hash} +The default result type is set to :hash, but you can override a previous setting to something else with :as => :hash === Others... -I may add support for {:as => :csv} or even {:as => :json} to allow for *much* more efficient generation of those data types from result sets. +I may add support for :as => :csv or even :as => :json to allow for *much* more efficient generation of those data types from result sets. If you'd like to see either of these (or others), open an issue and start bugging me about it ;) == Timezones