class Nori
  class StringWithAttributes < String

    attr_accessor :attributes

  end
end
