Class: Spreadsheet::Workbook
- Inherits:
-
Object
- Object
- Spreadsheet::Workbook
- Defined in:
- lib/tabledata/patches/spreadsheet.rb
Instance Method Summary collapse
Instance Method Details
#to_string ⇒ Object
11 12 13 |
# File 'lib/tabledata/patches/spreadsheet.rb', line 11 def to_string StringIO.new.tap { |string_io| write(string_io) }.string end |