Module: Faker::PrettySeries::Character
- Defined in:
- lib/faker/pretty_series/character.rb
Class Method Summary collapse
Class Method Details
.cv ⇒ String
10 11 12 |
# File 'lib/faker/pretty_series/character.rb', line 10 def self.cv DataReader.sample_data("characters", "cv") end |
.name ⇒ String
5 6 7 |
# File 'lib/faker/pretty_series/character.rb', line 5 def self.name DataReader.sample_data("characters", "name") end |