Class: String

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb,
docs/4_Systems_901_GTS.rb

Overview

Add a to_pokemon method to the string class

Instance Method Summary collapse

Instance Method Details

#to_pokemonPFM::Pokemon?

Convert string to Pokemon if possible

Returns:



322
323
# File 'docs/4_Systems_901_GTS.rb', line 322

def to_pokemon
end

#to_pokemon_numberself

Convert numeric related chars of the string to corresponding chars in the Pokemon DS font family

Returns:

  • (self)

Author:

  • Nuri Yuri



118
119
# File 'docs/0_Dependencies.rb', line 118

def to_pokemon_number
end