class Money::Currency

def to_s

Returns:
  • (String) -
def to_s
  id.to_s.upcase
end