Class: ICU::NumberFormatting::BaseFormatter
- Inherits:
-
Object
- Object
- ICU::NumberFormatting::BaseFormatter
- Defined in:
- lib/ffi-icu/number_formatting.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#set_attributes(options) ⇒ Object
42 43 44 45 |
# File 'lib/ffi-icu/number_formatting.rb', line 42 def set_attributes() .each { |key, value| Lib.unum_set_attribute(@f, key, value) } self end |