Method: Faker::Address.state
- Defined in:
- lib/faker/default/address.rb
.state ⇒ String
Produces the name of a state.
204 205 206 |
# File 'lib/faker/default/address.rb', line 204 def state fetch('address.state') end |
Produces the name of a state.
204 205 206 |
# File 'lib/faker/default/address.rb', line 204 def state fetch('address.state') end |