Class: SuffixTree::End

Inherits:
Object
  • Object
show all
Defined in:
lib/suffix_tree/end.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#endObject

Returns the value of attribute end.



5
6
7
# File 'lib/suffix_tree/end.rb', line 5

def end
  @end
end