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