class Rfix::File::Untracked

Constants

ID

Public Instance Methods

include?(*) click to toggle source
# File lib/rfix/file/untracked.rb, line 17
def include?(*)
  true
end
untracked?() click to toggle source
# File lib/rfix/file/untracked.rb, line 13
def untracked?
  true
end