Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_hi_html(history) ⇒ Object



79
80
81
82
# File 'lib/gg/core.rb', line 79

def to_hi_html(history)
  GG.render('slim/string.slim', self)
  #Tilt.new( GG.path( 'string.slim' ) ).render( self )
end