Class: Examen::Examen

Inherits:
Lista
  • Object
show all
Defined in:
lib/examen/examen.rb

Instance Method Summary collapse

Methods inherited from Lista

#each, #ext, #extfin, #fin, #inicio, #pop, #push, #pushf, #respuesta

Constructor Details

#initializeExamen

Returns a new instance of Examen.



5
6
7
8
9
# File 'lib/examen/examen.rb', line 5

def initialize 
    
    super(nodo)
    
end