diff options
| author | Randy Morgan <[email protected]> | 2012-10-14 09:50:49 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-10-14 09:50:49 +0900 |
| commit | 797a1e5150fc617774fcb8ee2bcce3fddb7ab531 (patch) | |
| tree | 07d6e953abbb4afba309fb34d2833193358b045c /lib/axlsx.rb | |
| parent | 87560296ccb05a4fb21461bc64aead272a5839b7 (diff) | |
| download | caxlsx-797a1e5150fc617774fcb8ee2bcce3fddb7ab531.tar.gz caxlsx-797a1e5150fc617774fcb8ee2bcce3fddb7ab531.zip | |
Refactored options parse into module and applied it to border_rb
This should be done for all classes that use this same peice of
repeated code.
Diffstat (limited to 'lib/axlsx.rb')
| -rw-r--r-- | lib/axlsx.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx.rb b/lib/axlsx.rb index 00438425..20129b95 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -7,6 +7,7 @@ require 'axlsx/util/constants.rb' require 'axlsx/util/validators.rb' require 'axlsx/util/accessors.rb' require 'axlsx/util/serialized_attributes' +require 'axlsx/util/options_parser' # to be included with parsable intitites. #require 'axlsx/util/parser.rb' |
