class Numeric
Public Instance Methods
to_toml(path = "")
click to toggle source
# File lib/toml/monkey_patch.rb, line 81 def to_toml(path = ""); self.to_s; end
# File lib/toml/monkey_patch.rb, line 81 def to_toml(path = ""); self.to_s; end