Class: Rfix::File::Ignored

Inherits:
Base
  • Object
show all
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

prompt, say, say!

Instance Method Details

#ignored?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/rfix/file/ignored.rb', line 14

def ignored?
  true
end

#include?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/rfix/file/ignored.rb', line 10

def include?(*)
  false
end