lib/twitter_cldr/localized/localized_string.rb
Class LocalizedString
has 29 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class LocalizedString < LocalizedObject
include Enumerable
# Uses wrapped string object as a format specification and returns the result of applying it to +args+ (see
# standard String#% method documentation for interpolation syntax).