class Lookbook::ActionViewAnnotationsStripper

def call

def call
  text.gsub(ANNOTATIONS_REGEX, "")
end

def initialize(text)

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