Class: Rfix::File::Undefined

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

prompt, say, say!

Instance Method Details

#ignored?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/rfix/file/undefined.rb', line 12

def ignored?
  true
end

#include?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/rfix/file/undefined.rb', line 8

def include?(*)
  false
end