Method: FileData::InstanceMethods#width
- Defined in:
- lib/flat/file_data.rb
#width ⇒ Object
Returns the width of this Flat::File subclass as defined in its class
98 99 100 |
# File 'lib/flat/file_data.rb', line 98 def width self.class.width end |