class Osheet::Format::Accounting

Protected Instance Methods

key_prefix() click to toggle source

used by ‘key’ in Numeric base class

# File lib/osheet/format/accounting.rb, line 10
def key_prefix
  "accounting"
end
symbol_suffix() click to toggle source

used by ‘numeric_style’ in Numeric base class

# File lib/osheet/format/accounting.rb, line 15
def symbol_suffix
  "* "
end