この方法では:
def look_deep (action, max_item_depth = 9, max_aspect_depth = 9)
self.class.numbering_reset
r = look_deeper \
[] , #no context yet
{ #deep
:root => id,
:row => 0 ,
:columns => {
:names => Array.new,
:cells => Array.new
} ,
:action => action ,
:debug_log => ''
} ,
max_item_depth , #optional
max_aspect_depth , #optional
0 #item_depth
@toy_debug = self.class.debug_map r
r
end
これが何を意味するのかわかりません:
r = look_deeper \
誰かがこれを理解するのを手伝ってくれますか?