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