lib/numerals/format/text_parts.rb in numerals-0.1.0 vs lib/numerals/format/text_parts.rb in numerals-0.2.0

- old
+ new

@@ -30,6 +30,10 @@ def detect_repeat? @detect_repeat end + def show_point?(format) + format.symbols.show_point || fractional? || repeat? + end + end