# encoding: utf-8 # Numeric class Numeric # return is oct html table # # ==== Examples # # 65535 to 65536 case # # Numeric.to_oct_html_table(65535, 65536) # # result # #
10digit | #8digit | #
---|---|
65535 | #177777 | #
65536 | #200000 | #
10digit | \n8digit | \n
---|---|
#{i} | \n#{i.to_s(8)} | \n