# File default/guard.rb, line 16 def walk_perimeter() # Robot begins at a corner of the field 4.times do follow_edge() turn_left() end end