Method: ShellHelpers::PathnameExt::Base.null

Defined in:
lib/shell_helpers/pathname.rb

.nullObject



69
70
71
# File 'lib/shell_helpers/pathname.rb', line 69

def null
  return Pathname.new('/dev/null')
end