From 058faf2581970fa18c314ad07f5658adeca32c69 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 27 Nov 2011 22:08:55 +0900 Subject: update to README --- doc/Axlsx/Ar/ClassMethods.html | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'doc/Axlsx/Ar/ClassMethods.html') diff --git a/doc/Axlsx/Ar/ClassMethods.html b/doc/Axlsx/Ar/ClassMethods.html index 8a98b4a4..3389b948 100644 --- a/doc/Axlsx/Ar/ClassMethods.html +++ b/doc/Axlsx/Ar/ClassMethods.html @@ -79,9 +79,8 @@

Overview

-

-Class methods for the mixin -

+ +

Class methods for the mixin

@@ -118,9 +117,8 @@ Class methods for the mixin -

-adds in the instance and singleton methods. -

+
+

adds in the instance and singleton methods.

@@ -144,9 +142,8 @@ adds in the instance and singleton methods.

-

-adds in the instance and singleton methods -

+ +

adds in the instance and singleton methods

@@ -168,11 +165,10 @@ adds in the instance and singleton methods
# File 'lib/axlsx/ar.rb', line 16
 
-def acts_as_axlsx(options={})        
-  include Axlsx::Ar::InstanceMethods        
-  extend Axlsx::Ar::SingletonMethods
-end
-
+def acts_as_axlsx(options={}) + include Axlsx::Ar::InstanceMethods + extend Axlsx::Ar::SingletonMethods +end @@ -183,9 +179,9 @@ adds in the instance and singleton methods
-- cgit v1.2.3