18 19 20
# File 'lib/framecurve/comment.rb', line 18 def to_s ['#', text.to_s.gsub(/\r\n?/, '')].join(' ') end