Method: InfiniteTime#to_r

Defined in:
lib/infinite_time.rb

#to_rObject

Raises:

  • (TypeError)


58
# File 'lib/infinite_time.rb', line 58

def to_r; raise TypeError, 'InfiniteTime has no Rational representation'; end