From cdfc7251bde8347678d355e5fe65fc20e120bc23 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 27 Nov 2011 21:45:19 +0900 Subject: updating docs for 1.0.10a release --- doc/Axlsx/Ar/ClassMethods.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'doc/Axlsx/Ar/ClassMethods.html') diff --git a/doc/Axlsx/Ar/ClassMethods.html b/doc/Axlsx/Ar/ClassMethods.html index 7dc8e5ce..f77762a6 100644 --- a/doc/Axlsx/Ar/ClassMethods.html +++ b/doc/Axlsx/Ar/ClassMethods.html @@ -106,8 +106,9 @@ -
-

we should do what ruport did and use only, exclude and methods hashes.

+

+we should do what ruport did and use only, exclude and methods hashes. +

@@ -131,8 +132,9 @@

- -

we should do what ruport did and use only, exclude and methods hashes

+

+we should do what ruport did and use only, exclude and methods hashes +

@@ -154,10 +156,11 @@
# File 'lib/axlsx/ar.rb', line 14
 
-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 + @@ -168,9 +171,9 @@
-- cgit v1.2.3