Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/rational.rb |
# :enddoc: warn('lib/rational.rb is deprecated') if $VERBOSE class Fixnum alias quof fdiv alias rdiv quo alias power! ** unless method_defined? :power! alias rpower ** end class Bignum alias quof fdiv alias rdiv quo alias power! ** unless method_defined? :power! alias rpower ** end