WhiteSquaring turing test

Blends text, background and makes square pattern over image.

Methods
Included Modules
Public Class methods
new(opts = {})
    # File lib/turing/image_plugins/white_squaring.rb, line 15
15:         def initialize(opts = {})
16:                 super(opts)
17:                 @squaring_color = GD2::Color[255, 255, 255]
18:         end