# File lib/json/add/rational.rb, line 9 def self.json_create(object) Rational(object['n'], object['d']) end