class Lookbook::ActionViewAnnotationsStripper

def call

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