Method: PSD::Section#start_of_section

Defined in:
lib/psd/section.rb

#start_of_section(section = :all) ⇒ Object



18
19
20
# File 'lib/psd/section.rb', line 18

def start_of_section(section=:all)
  @section_start[section]
end