class Slim::TextCollector

def on_slim_interpolate(text)

def on_slim_interpolate(text)
  @collected << text
  nil
end