Module: Rfix::File::Null

Defined in:
lib/rfix/file/null.rb

Class Method Summary collapse

Class Method Details

.exists?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/rfix/file/null.rb', line 10

def exists?
  false
end

.include?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/rfix/file/null.rb', line 6

def include?(*)
  false
end