Module: Comable::Sample::Name
- Defined in:
- lib/comable/sample/name.rb
Class Method Summary collapse
Class Method Details
.family_name ⇒ Object
5 6 7 |
# File 'lib/comable/sample/name.rb', line 5 def family_name FFaker::Name.last_name end |
.first_name ⇒ Object
9 10 11 |
# File 'lib/comable/sample/name.rb', line 9 def first_name FFaker::Name.first_name end |