Method: BinData::Array#debug_name_of
- Defined in:
- lib/bindata/array.rb
#debug_name_of(child) ⇒ Object
:nodoc:
223 224 225 226 |
# File 'lib/bindata/array.rb', line 223 def debug_name_of(child) # :nodoc: index = find_index_of(child) "#{debug_name}[#{index}]" end |