Method: PSD::Section#end_section
- Defined in:
- lib/psd/section.rb
#end_section(section = :all) ⇒ Object
13 14 15 16 |
# File 'lib/psd/section.rb', line 13 def end_section(section=:all) @section_end = {} unless @section_end @section_end[section] = @file.tell end |