Method: Room#num_exits

Defined in:
lib/IFMapper/Room.rb

#num_exitsObject

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