25 26 27 28 29
# File 'lib/hmisc/hio.rb', line 25 def self.htmlEcholn(str) return "" if (str == "") #return str.to_s return str.to_s + "\n" end