Method: ExcelOffice::Chart#initialize
- Defined in:
- lib/excel_office.rb
#initialize(active) ⇒ Chart
Returns a new instance of Chart.
353 354 355 |
# File 'lib/excel_office.rb', line 353 def initialize(active) @chart = active end |
Returns a new instance of Chart.
353 354 355 |
# File 'lib/excel_office.rb', line 353 def initialize(active) @chart = active end |