Module: Freq
- Defined in:
- bin/hugo_exominer_symbols,
bin/ncbi_exominer_symbols
Class Method Summary collapse
Class Method Details
.to_s(freq) ⇒ Object
20 21 22 23 24 25 26 |
# File 'bin/hugo_exominer_symbols', line 20 def Freq::to_s freq buf = freq.to_yaml + "\n" freq.keys.sort.each do |c| buf += c end buf end |