# File lib/randexp/wordlists/male_names.rb, line 3 def self.load_male_first_names dir = File.dirname(__FILE__) if File.exists?("#{dir}/../../../wordlists/male_names") File.read("#{dir}/../../../wordlists/male_names").split else raise "words file not found" end end