Method: Cline::Notification.normalize_message

Defined in:
lib/cline/notification.rb

.normalize_message(m) ⇒ Object



44
45
46
# File 'lib/cline/notification.rb', line 44

def normalize_message(m)
  m.gsub(/[\r\n]/, '')
end