From 407b884ef349d6dec12f50006ea6268c96205a83 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 27 Nov 2011 21:34:48 +0900 Subject: adding yields for package workbook, workbook styles and cols collection on worksheet to make charting easier. --- doc/Axlsx/Ar/ClassMethods.html | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'doc/Axlsx/Ar/ClassMethods.html') diff --git a/doc/Axlsx/Ar/ClassMethods.html b/doc/Axlsx/Ar/ClassMethods.html index 5d3fff33..7dc8e5ce 100644 --- a/doc/Axlsx/Ar/ClassMethods.html +++ b/doc/Axlsx/Ar/ClassMethods.html @@ -106,9 +106,8 @@ -

-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.

@@ -132,9 +131,8 @@ 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 -

+ +

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

@@ -156,11 +154,10 @@ we should do what ruport did and use only, exclude and methods hashes
# 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 @@ -171,9 +168,9 @@ we should do what ruport did and use only, exclude and methods hashes
-- cgit v1.2.3