module Rfix::File::Null
Public Class Methods
exists?()
click to toggle source
# File lib/rfix/file/null.rb, line 10 def exists? false end
include?(*)
click to toggle source
# File lib/rfix/file/null.rb, line 6 def include?(*) false end
Private Instance Methods
exists?()
click to toggle source
# File lib/rfix/file/null.rb, line 10 def exists? false end
include?(*)
click to toggle source
# File lib/rfix/file/null.rb, line 6 def include?(*) false end