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