Class: Rfix::File::Undefined
- Defined in:
- lib/rfix/file/undefined.rb
Constant Summary collapse
- ID =
"[U]".color(:orange).freeze
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
#ignored? ⇒ Boolean
12 13 14 |
# File 'lib/rfix/file/undefined.rb', line 12 def ignored? true end |
#include? ⇒ Boolean
8 9 10 |
# File 'lib/rfix/file/undefined.rb', line 8 def include?(*) false end |