class ActionView::Template::Text

def initialize(string)

def initialize(string)
  @string = string.to_s
  @type = Types[:text]
end