Class: Rfix::File::Untracked

Inherits:
Base
  • Object
show all
Defined in:
lib/rfix/file/untracked.rb

Constant Summary collapse

ID =
"[U]".color(:palevioletred)

Constants inherited from Base

Base::DELETED, Base::IGNORED, Base::TRACKED, Base::UNTRACKED

Instance Method Summary collapse

Methods inherited from Base

#contains?, #exists?, #inspect, #key, #lines, #to_table

Methods included from Log

prompt, say, say!

Instance Method Details

#include?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/rfix/file/untracked.rb', line 17

def include?(*)
  true
end

#untracked?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/rfix/file/untracked.rb', line 13

def untracked?
  true
end