module Currencies
Public Class Methods
abbreviations()
click to toggle source
# File lib/puppy_money/currencies.rb, line 4 def self.abbreviations CURRENCIES.keys.map(&:to_s) end
# File lib/puppy_money/currencies.rb, line 4 def self.abbreviations CURRENCIES.keys.map(&:to_s) end