# File default/block_walker.rb, line 8 def initialize(street, avenue, direction, beepers) super(street, avenue, direction, beepers) @strategy = ThreeBlockStrategy.new() @otherStrategy = TwoBlockStrategy.new() end