Class: Node_Double::Nodo_Double

Inherits:
Node::Nodo show all
Includes:
Comparable
Defined in:
lib/linkedlist/nodo_double.rb

Overview

Clase Nodo Doble

Instance Attribute Summary collapse

Attributes inherited from Node::Nodo

#sig, #val

Method Summary

Methods inherited from Node::Nodo

#initialize

Constructor Details

This class inherits a constructor from Node::Nodo

Instance Attribute Details

#antObject

Returns the value of attribute ant.



8
9
10
# File 'lib/linkedlist/nodo_double.rb', line 8

def ant
  @ant
end