Fix error when `inspect` is called but not found in inspector by pocke · Pull Request #109 · ruby/irb

Problem When an object that doesn't have inspect method is displayed, it raises an error. irb(main):001:0> BasicObject.new (Object doesn't support #inspect) Traceback (most recent call l...