Class: Numeric
Instance Method Summary collapse
Instance Method Details
#to_hi_html(history) ⇒ Object
77 78 79 80 81 |
# File 'lib/gg/core.rb', line 77 def to_hi_html(history) GG.render('slim/object.slim', object: self, classname: "hi-Numeric") rescue => e gg_render_error(e) end |