class Examen::Examen

Public Class Methods

new() click to toggle source
Calls superclass method Lista.new
# File lib/examen/examen.rb, line 5
def initialize 
    
    super(nodo)
    
end