Return the number of exits present in room
74 75 76
# File 'lib/IFMapper/Room.rb', line 74 def num_exits return @exits.nitems end