lib/twitter_cldr/formatters/numbers/rbnf.rb in twitter_cldr-3.2.1 vs lib/twitter_cldr/formatters/numbers/rbnf.rb in twitter_cldr-3.3.0
- old
+ new
@@ -23,11 +23,11 @@
class PrivateRuleSetError < StandardError; end
class RbnfFormatter
DEFAULT_SPELLOUT_OPTIONS = {
- :rule_group => "SpelloutRules",
- :rule_set => "spellout-numbering"
+ rule_group: "SpelloutRules",
+ rule_set: "spellout-numbering"
}
attr_reader :locale
def initialize(locale = TwitterCldr.locale)