# File lib/google-qr.rb, line 7
  def initialize(opts={})
    options = {
      :size => "100x100",
      :use_https => true
    }.merge!(opts)

    options.each {|key,value| self.send("#{key}=", value) }
  end