Class: Rational
- Inherits:
-
Object
- Object
- Rational
- Defined in:
- lib/reality/pretty_inspect.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
8 9 10 |
# File 'lib/reality/pretty_inspect.rb', line 8 def inspect Reality::Util::Format.number(self) end |