module Multicash::Utils

Public Instance Methods

calc_bae(iban) click to toggle source
# File lib/multicash/utils.rb, line 21
def calc_bae iban
  iban[4, 8]
end
print_currency(value, lenght) click to toggle source
print_currency_with_comma(value, lenght) click to toggle source
print_number(value, lenght) click to toggle source
print_string(value, lenght, fill_with = '') click to toggle source