var search_data = {"index":{"searchIndex":["dieta","dieta_edades","dieta_grupos","listaenlazada","object","prct06","<=>()","each()","new()","new()","new()","new()","plato()","pop()","push()","to_s()","to_s()","to_s()","to_s()","code_of_conduct","gemfile","gemfile.lock","guardfile","license","readme","rakefile","setup","prct06.gemspec"],"longSearchIndex":["dieta","dieta_edades","dieta_grupos","listaenlazada","object","prct06","dieta#<=>()","listaenlazada#each()","dieta::new()","dieta_edades::new()","dieta_grupos::new()","listaenlazada::new()","dieta#plato()","listaenlazada#pop()","listaenlazada#push()","dieta#to_s()","dieta_edades#to_s()","dieta_grupos#to_s()","listaenlazada#to_s()","","","","","","","","",""],"info":[["Dieta","","Dieta.html","","

Clase dieta base. Almacena un menú, indicando aspectos, tales como,\nporcentaje de ingesta, VCT, proteínas, …\n"],["Dieta_edades","","Dieta_edades.html","","

Clase hija que hereda de Dieta y añade al menú un campo en el que se indica\nel grupo de edad para el …\n"],["Dieta_grupos","","Dieta_grupos.html","","

Clase hija de Dieta que añade al menú el campo de grupo de alimentos.\n"],["ListaEnlazada","","ListaEnlazada.html","","

Clase que implementa una lista enlazada\n"],["Object","","Object.html","",""],["Prct06","","Prct06.html","",""],["<=>","Dieta","Dieta.html#method-i-3C-3D-3E","(other)",""],["each","ListaEnlazada","ListaEnlazada.html#method-i-each","()",""],["new","Dieta","Dieta.html#method-c-new","(titulo, porcentaje_ingesta, nplatos, vct, proteinas, grasas, hidratos, *des_platos)","

constructor\n"],["new","Dieta_edades","Dieta_edades.html#method-c-new","(titulo, porcentaje_ingesta, nplatos, vct, proteinas, grasas, hidratos, *des_platos, grupo_edades)",""],["new","Dieta_grupos","Dieta_grupos.html#method-c-new","(titulo, porcentaje_ingesta, nplatos, vct, proteinas, grasas, hidratos, *des_platos, grupo)",""],["new","ListaEnlazada","ListaEnlazada.html#method-c-new","()","

Al inicializarse el objeto. El tamaño de la lista es cero y tanto @bottom\ncomo @top son nil.\n"],["plato","Dieta","Dieta.html#method-i-plato","(n)",""],["pop","ListaEnlazada","ListaEnlazada.html#method-i-pop","()","

Elimina el último elemento añadido a la lista. En este caso, @top apuntará\nal elemento anterior.\n"],["push","ListaEnlazada","ListaEnlazada.html#method-i-push","(element)","

Añade un elemento al final de la lista. @top apuntará al último elemento\nañadido\n"],["to_s","Dieta","Dieta.html#method-i-to_s","()","

Muestra el menú correctamente formateado\n"],["to_s","Dieta_edades","Dieta_edades.html#method-i-to_s","()",""],["to_s","Dieta_grupos","Dieta_grupos.html#method-i-to_s","()",""],["to_s","ListaEnlazada","ListaEnlazada.html#method-i-to_s","()","

Método que permite mostrar el último elemento añadido en la lista. En caso\nde que la lista esté vacía, …\n"],["CODE_OF_CONDUCT","","CODE_OF_CONDUCT_md.html","","

Contributor Covenant Code of Conduct\n

Our Pledge\n

In the interest of fostering an open and welcoming environment, …\n"],["Gemfile","","Gemfile.html","","

source 'rubygems.org'\n

# Specify your gem's dependencies in prct06.gemspec gemspec\n"],["Gemfile.lock","","Gemfile_lock.html","","

PATH\n\n

remote: .\nspecs:\n  Practica8 (0.1.0)
\n

GEM\n"],["Guardfile","","Guardfile.html","","

# A sample Guardfile # More info at github.com/guard/guard#readme\n

## Uncomment and set this to only include …\n"],["LICENSE","","LICENSE_txt.html","","

The MIT License (MIT)\n

Copyright © 2016 TODO: Write your name\n

Permission is hereby granted, free of charge, …\n"],["README","","README_md.html","","

Práctica 8\n

Welcome to your new gem! In this directory, you'll find the files you\nneed to be able to …\n"],["Rakefile","","Rakefile.html","","

require “bundler/gem_tasks” require “rspec/core/rake_task”\n

RSpec::Core::RakeTask.new …\n"],["setup","","bin/setup.html","","

#!/usr/bin/env bash set -euo pipefail IFS=$'nt' set -vx\n

bundle install\n

# Do any other automated …\n"],["prct06.gemspec","","prct06_gemspec.html","","

lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib)\nunless $LOAD_PATH.include?(lib) …\n"]]}}