Class: String

Inherits:
Object show all
Defined in:
docs/00000_Dependencies.rb,
docs/01450_Systems_09000_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/01450_Systems_09000_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



117
118
# File 'docs/00000_Dependencies.rb', line 117

def to_pokemon_number
end