Method: PSD::Section#start_section
- Defined in:
- lib/psd/section.rb
#start_section(section = :all) ⇒ Object
8 9 10 11 |
# File 'lib/psd/section.rb', line 8 def start_section(section=:all) @section_start = {} unless @section_start @section_start[section] = @file.tell end |