class DataAnon::Strategy::Field::RandomLastName

Randomly picks up last name from the predefined list in the file. Default [file](raw.github.com/sunitparekh/data-anonymization/master/resources/last_names.txt) is part of the gem. File should contain last name on each line.

!!!ruby
anonymize('LastName').using FieldStrategy::RandomLastName.new

!!!ruby
anonymize('LastName').using FieldStrategy::RandomLastName.new('my_last_names.txt')