# File lib/xml/xpath.rb, line 801 def initialize(str) raise ::TypeError, "must be a String" unless str.is_a? String @value = str end