class SuffixTree::End

Attributes

end[RW]

Public Class Methods

new(end_p) click to toggle source
# File lib/suffix_tree/end.rb, line 7
def initialize(end_p)
  @end = end_p
end