Class: Rational
- Inherits:
-
Object
- Object
- Rational
- Defined in:
- lib/zenaton/refinements/rational.rb
Overview
Reimplements ‘json/add/rational`
Class Method Summary collapse
Class Method Details
.from_zenaton(props) ⇒ Object
19 20 21 |
# File 'lib/zenaton/refinements/rational.rb', line 19 def self.from_zenaton(props) Rational(props['n'], props['d']) end |