class Faker::Types

def character

Returns:
  • (String) -
def character
  sample(CHARACTERS)
end