Module: Doku::DancingLinks::Uninspectable

Included in:
HorizontalLinks, VerticalLinks
Defined in:
lib/doku/dancing_links.rb

Overview

The data structures used here are too complicated and interconnected for Ruby to efficiently inspect them. Without this module, even a 7x6 LinkMatrix takes many many seconds to inspect.

Instance Method Summary collapse

Instance Method Details

#inspectString

Simply calls to_s.

Returns:

  • (String)


22
23
24
# File 'lib/doku/dancing_links.rb', line 22

def inspect
  to_s
end