lib/radix/rational.rb in radix-2.2.0 vs lib/radix/rational.rb in radix-2.2.1
- old
+ new
@@ -38,10 +38,10 @@
# Base encoding table.
#
# @return [Array<String>, nil] Substitution chars or nil if default.
attr :code
- private
+ private
##
# Create a new Radix::Rational instance.
# @example
# Rational.new(<Integer>, <Integer>, <Integer>)