class Pongal::Faker

Constants

STATES

Public Class Methods

state() click to toggle source
# File lib/pongal/faker.rb, line 59
def self.state
  STATES[rand(0..51)]
end