class Molinillo::Resolver::Resolution

def debug(depth = 0, &block)

Returns:
  • (void) -

Parameters:
  • block (Proc) -- a block that yields a {#to_s}
  • depth (Integer) -- the depth of the {#states} stack
def debug(depth = 0, &block)
  resolver_ui.debug(depth, &block)
end