Method: Pathname#dir?

Defined in:
lib/pleasant_path/pathname.rb

#dir?Boolean

Alias of Pathname#directory?.

Returns:

  • (Boolean)


84
# File 'lib/pleasant_path/pathname.rb', line 84

alias :dir? :directory?