Method: ReadXls::Type::ExtendedFormat#initialize
- Defined in:
- lib/read_xls/type/extended_format.rb
#initialize(options) ⇒ ExtendedFormat
Returns a new instance of ExtendedFormat.
10 11 12 |
# File 'lib/read_xls/type/extended_format.rb', line 10 def initialize() self.format_string = .fetch(:format_string) end |