class Ellipses::Support::SanitizePath::Sanitizer::Dir

Public Instance Methods

call() click to toggle source
# File lib/ellipses/support/sanitize_path.rb, line 52
def call
  raise NotDir, fullpath unless ::File.directory?(fullpath)
end