class ActionView::Template::Text

def initialize(string)

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