Muzik4Machines
Results
1
issues of
Muzik4Machines
` when :pokemon_data # Set poke_id poke_id = i[:pokemon_id].capitalize.to_s # To deal with Nidoran and Mr. Mime naming poke_id = 'Nidoran♀' if poke_id.match('Nidoran_female') poke_id = 'Nidoran♂' if poke_id.match('Nidoran_male') ` i...