Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_hi_html(history) ⇒ Object



93
94
95
96
97
98
# File 'lib/gg/core.rb', line 93

def to_hi_html(history)
  GG.render('slim/string.slim', self)
  #Tilt.new( GG.path( 'string.slim' ) ).render( self )
rescue => e
  gg_render_error(e)
end