66 67 68
# File 'lib/rwd/ruby.rb', line 66 def to_fs to_f end
70 71 72
# File 'lib/rwd/ruby.rb', line 70 def to_html(eolconversion=true) self.to_s.to_html(eolconversion) end