From bada37f595fb3328ca6042d24458de732f4a2401 Mon Sep 17 00:00:00 2001 From: shyndman Date: Thu, 7 Feb 2013 15:26:34 -0500 Subject: [PATCH] Made a comment more applicable to Ripple --- lib/awesome_print/ext/ripple.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/awesome_print/ext/ripple.rb b/lib/awesome_print/ext/ripple.rb index efb280b..825b24d 100644 --- a/lib/awesome_print/ext/ripple.rb +++ b/lib/awesome_print/ext/ripple.rb @@ -29,9 +29,8 @@ module AwesomePrint # Format Ripple instance object. # - # NOTE: by default only instance attributes (i.e. columns) are shown. To format - # Ripple document instance as regular object showing its instance variables and - # accessors use :raw => true option: + # NOTE: by default only instance attributes are shown. To format Ripple document instance + # as regular object showing its instance variables and accessors use :raw => true option: # # ap document, :raw => true #