Class: Rfix::File::Ignored
- Defined in:
- lib/rfix/file/ignored.rb
Constant Summary collapse
- ID =
"[I]".color(:blue).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
14 15 16 |
# File 'lib/rfix/file/ignored.rb', line 14 def ignored? true end |
#include? ⇒ Boolean
10 11 12 |
# File 'lib/rfix/file/ignored.rb', line 10 def include?(*) false end |