# File lib/string.rb, line 7
  def to_qr_image(opts={})
    opts[:data] = self
    GoogleQR.new(opts).render
  end