Method: Array#old_inspect
- Defined in:
- lib/openc3/core_ext/array.rb
#old_inspect ⇒ Object
Redefine inspect to only print for small numbers of items. Prevents exceptions taking forever to be raise with large objects. See blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/105145
30 |
# File 'lib/openc3/core_ext/array.rb', line 30 alias old_inspect inspect |