Class: Numeric

Inherits:
Object show all
Defined in:
lib/gg/core.rb

Instance Method Summary collapse

Instance Method Details

#to_hi_html(history) ⇒ Object



83
84
85
86
87
# File 'lib/gg/core.rb', line 83

def to_hi_html(history)
  GG.render('slim/object.slim', object: self, classname: "hi-Numeric")
rescue => e
  gg_render_error(e)
end