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