class Faker::UniqueGenerator

def respond_to_missing?(method_name, include_private = false)

def respond_to_missing?(method_name, include_private = false)
  method_name.to_s.start_with?('faker_') || super
end