# File lib/mechanize/page.rb, line 72 def encoding parser.respond_to?(:encoding) ? parser.encoding : nil end