13 14 15
# File 'lib/star_wars_finder/api.rb', line 13 def self.create_people_objects(people) people.each {|hash| hash["name"] = Character.new(hash)} end