class ActionView::Template::HTML

def initialize(string, type)

def initialize(string, type)
  @string = string.to_s
  @type   = type
end