Class: SuffixTree::End
- Inherits:
-
Object
- Object
- SuffixTree::End
- Defined in:
- lib/suffix_tree/end.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
Instance Method Summary collapse
-
#initialize(end_p) ⇒ End
constructor
A new instance of End.
Constructor Details
#initialize(end_p) ⇒ End
Returns a new instance of End.
7 8 9 |
# File 'lib/suffix_tree/end.rb', line 7 def initialize(end_p) @end = end_p end |
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end.
5 6 7 |
# File 'lib/suffix_tree/end.rb', line 5 def end @end end |