class NumbersAndWords::FiguresArray
Public Instance Methods
Source
# File lib/numbers_and_words/helper_classes/figures_array.rb, line 17 def figures_array_in_capacity(capacity) super.to_figures end
Calls superclass method
NumbersAndWords::ArrayExtensions::Helpers#figures_array_in_capacity
Source
# File lib/numbers_and_words/helper_classes/figures_array.rb, line 21 def local_language(&) ::I18n.with_locale(I18n.local_language, &) end
Source
# File lib/numbers_and_words/helper_classes/figures_array.rb, line 13 def reverse super.to_figures end
Calls superclass method
Source
# File lib/numbers_and_words/helper_classes/figures_array.rb, line 9 def to_words(options = {}) local_language { Strategies.figures_converter.new(self, options).run } end