78 79 80 81
# File 'lib/base_convert/number.rb', line 78 def inspect d = DIGITS.label(@digits) "#{to_s} #{@base}:#{d}" end