Class: OHash
- Defined in:
- lib/ttk/dumpers/Yaml.rb,
lib/ttk/logger/to_ttk_log.rb
Instance Method Summary collapse
Methods inherited from Hash
#hash_to_ttk_log, #symtbl_gsub, #testify, #tsort_each_child, #tsort_each_from, #tsort_from
Instance Method Details
#to_ttk_log(log) ⇒ Object
57 58 59 |
# File 'lib/ttk/logger/to_ttk_log.rb', line 57 def to_ttk_log ( log ) hash_to_ttk_log(log, :seq) end |