# File lib/random_data/names.rb, line 46
    def firstname
      @@first_names.rand.capitalize
    end