# File lib/map/options.rb, line 46
    def pop
      arguments.pop if arguments.last.object_id == object_id
      self
    end