diff options
| author | Randy Morgan <[email protected]> | 2012-06-05 13:03:32 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-05 13:03:32 +0900 |
| commit | 2d6d18c2e0b8e1b68adae27500c002cfb4cd01b4 (patch) | |
| tree | 32fc2c25a21bba50f10d610cdeb157dd04276793 /examples/example.rb | |
| parent | 705b92c0764452cfa8a2b8e4130cadb0bd83e798 (diff) | |
| download | caxlsx-2d6d18c2e0b8e1b68adae27500c002cfb4cd01b4.tar.gz caxlsx-2d6d18c2e0b8e1b68adae27500c002cfb4cd01b4.zip | |
fix chart title parsing to properly handle non-cell based text runs
Diffstat (limited to 'examples/example.rb')
| -rwxr-xr-x | examples/example.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.rb b/examples/example.rb index 315c7146..446dd79c 100755 --- a/examples/example.rb +++ b/examples/example.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -w -s # -*- coding: utf-8 -*- -# $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" +$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" #```ruby require 'axlsx' |
