Class: Rational
- Inherits:
-
Object
- Object
- Rational
- Defined in:
- lib/numeric.rb
Instance Method Summary collapse
Instance Method Details
#rational? ⇒ Boolean
76 77 78 |
# File 'lib/numeric.rb', line 76 def rational? true end |