# File lib/markaby/cssproxy.rb, line 10 10: def initialize(opts = {}, &blk) 11: @opts = opts 12: @blk = blk 13: end