Class: Numeric

Inherits:
Object show all
Defined in:
lib/rwd/ruby.rb

Instance Method Summary collapse

Instance Method Details

#to_fsObject



66
67
68
# File 'lib/rwd/ruby.rb', line 66

def to_fs
  to_f
end

#to_html(eolconversion = true) ⇒ Object



70
71
72
# File 'lib/rwd/ruby.rb', line 70

def to_html(eolconversion=true)
  self.to_s.to_html(eolconversion)
end