# File lib/edi4r/diagrams.rb, line 514
    def up!
      return nil if @coord_stack.empty?
      @coord = @coord_stack.pop
      self
    end