Class: File

Inherits:
Object show all
Defined in:
lib/sh_util.rb

Instance Method Summary collapse

Instance Method Details

#empty?(path) ⇒ Boolean

Returns:

  • (Boolean)


47
48
49
# File 'lib/sh_util.rb', line 47

def empty? path
  return size? path
end