class Ellipses::Support::SanitizePath::Sanitizer::File

Public Instance Methods

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