Method: FFaker::AddressIN#state_and_union_territory
- Defined in:
- lib/ffaker/address_in.rb
#state_and_union_territory ⇒ Object
36 37 38 |
# File 'lib/ffaker/address_in.rb', line 36 def state_and_union_territory fetch_sample(STATE + UNION_TERRITORY) end |