Method: Doing::Section#to_s

Defined in:
lib/doing/section.rb

#to_sObject

Outputs section title



25
26
27
# File 'lib/doing/section.rb', line 25

def to_s
  @title
end