Class: String
- 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
-
#to_pokemon ⇒ PFM::Pokemon?
Convert string to Pokemon if possible.
-
#to_pokemon_number ⇒ self
Convert numeric related chars of the string to corresponding chars in the Pokemon DS font family.
Instance Method Details
#to_pokemon ⇒ PFM::Pokemon?
Convert string to Pokemon if possible
322 323 |
# File 'docs/4_Systems_901_GTS.rb', line 322 def to_pokemon end |
#to_pokemon_number ⇒ self
Convert numeric related chars of the string to corresponding chars in the Pokemon DS font family
118 119 |
# File 'docs/0_Dependencies.rb', line 118 def to_pokemon_number end |