# File lib/markaby/builder.rb, line 175 175: def head(*args, &block) 176: tag!(:head, *args) do 177: tag!(:meta, 'http-equiv' => 'Content-Type', 'content' => 'text/html; charset=utf-8') 178: instance_eval &block 179: end 180: end