class LicenseFinder::License::Base

def text=(text)

def text=(text)
  @text = Text.new(text).to_s
end