diff options
| author | Randy Morgan <[email protected]> | 2012-07-07 18:51:46 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-07 18:51:46 +0900 |
| commit | fb4f5feb9d38ee49142a18eb6a1921fd3567964f (patch) | |
| tree | 2a66b259e4807348a026e39284ebf78f57e205f2 /lib/axlsx/doc_props/core.rb | |
| parent | 4c46ee219862e6a5badf47b6df008b1bea0088d5 (diff) | |
| download | caxlsx-fb4f5feb9d38ee49142a18eb6a1921fd3567964f.tar.gz caxlsx-fb4f5feb9d38ee49142a18eb6a1921fd3567964f.zip | |
fixing a type in worksheet serialization and adding in a few missing alias calls for the great snake_case move
Diffstat (limited to 'lib/axlsx/doc_props/core.rb')
| -rw-r--r-- | lib/axlsx/doc_props/core.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/doc_props/core.rb b/lib/axlsx/doc_props/core.rb index d894c73c..0b62aa7c 100644 --- a/lib/axlsx/doc_props/core.rb +++ b/lib/axlsx/doc_props/core.rb @@ -4,6 +4,7 @@ module Axlsx # @note Packages manage their own core object. # @see Package#core class Core + # # The author of the document. By default this is 'axlsx' # @return [String] attr_accessor :creator |
