Method: FBO::SegmentedFile#initialize
- Defined in:
- lib/fbo/segmented_file.rb
#initialize(file) ⇒ SegmentedFile
Returns a new instance of SegmentedFile.
11 12 13 |
# File 'lib/fbo/segmented_file.rb', line 11 def initialize(file) @file = file end |