# File lib/map.rb, line 1013
  def forcing?(forcing=nil)
    @forcing ||= nil
    @forcing == forcing
  end