3 4 5 6 7
# File 'lib/walky/walk_methods.rb', line 3 def all(&block) if block_given? yield(self) end end