# File lib/xml/xpath.rb, line 768
    def floor
      @value = @value.floor.to_f
      self
    end