GG::History
98 99 100 101 102
# File 'lib/gg/core.rb', line 98 def to_hi_html(history) return "...recursive..." if history[self] history[self] = true GG.render('slim/hash.slim', object: self, history: history) end