Method: Fire::ShellUtils#directory?
- Defined in:
- lib/fire/shellutils.rb
#directory?(path) ⇒ Boolean
19 20 21 |
# File 'lib/fire/shellutils.rb', line 19 def directory?(path) File.directory?(path) end |
19 20 21 |
# File 'lib/fire/shellutils.rb', line 19 def directory?(path) File.directory?(path) end |