Top Level Namespace

Defined Under Namespace

Classes: Pal, Person, Starship, Vehicle

Constant Summary collapse

JSONDATA =

Cargo toda la data de swapi en la variable JSONDATA como hash

File.expand_path('swapi.json', __dir__)
DATA =
JSON.load_file(JSONDATA)