Number Ruby

#!/usr/bin/env ruby
require 'rational'
require 'mathn'
rat = Rational(25/100) # => 1/4 -- lowest terms
rat * 3 # => 3/4 -- multiply