class Iro::Alert

def self.directions_list

def self.directions_list
  [ nil, DIRECTION_ABOVE, DIRECTION_BELOW ]
end