class Rfix::File::Undefined

Constants

ID

Public Instance Methods

ignored?() click to toggle source
# File lib/rfix/file/undefined.rb, line 12
def ignored?
  true
end
include?(*) click to toggle source
# File lib/rfix/file/undefined.rb, line 8
def include?(*)
  false
end