Class: Rfix::File::Untracked
- 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
Instance Method Details
#include? ⇒ Boolean
17 18 19 |
# File 'lib/rfix/file/untracked.rb', line 17 def include?(*) true end |
#untracked? ⇒ Boolean
13 14 15 |
# File 'lib/rfix/file/untracked.rb', line 13 def untracked? true end |