class Faker::Currency

def symbol

Returns:
  • (String) -
def symbol
  fetch('currency.symbol')
end