Module FSDB::DatabaseDebuggable
In: lib/fsdb/util.rb

Include this module in your database class, or extend your database object with it to enable checking of:

  • use of valid paths

Methods

Public Instance methods

Raises PathUtilities::InvalidPathError unless path is valid, in the sense of valid?.

[Validate]