Class: String
Instance Method Summary collapse
Instance Method Details
#to_hi_html(history) ⇒ Object
87 88 89 90 91 92 |
# File 'lib/gg/core.rb', line 87 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 |