module Doku::DancingLinks::Uninspectable

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.

Public Instance Methods

inspect() click to toggle source

Simply calls to_s. @return (String)

# File lib/doku/dancing_links.rb, line 22
def inspect
  to_s
end