Class: Numeric
Instance Method Summary collapse
Instance Method Details
#to_hi_html(history) ⇒ Object
71 72 73 |
# File 'lib/gg/core.rb', line 71 def to_hi_html(history) GG.render('slim/object.slim', object: self, classname: "hi-Numeric") end |