Method: Framecurve::Comment#to_s

Defined in:
lib/framecurve/comment.rb

#to_sObject



18
19
20
# File 'lib/framecurve/comment.rb', line 18

def to_s
  ['#', text.to_s.gsub(/\r\n?/, '')].join(' ')
end