Class: Set

Inherits:
Object
  • Object
show all
Defined in:
lib/fpgrowth/fp_tree/header_table.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



38
39
40
# File 'lib/fpgrowth/fp_tree/header_table.rb', line 38

def to_s
  to_a.join(', ')
end