Method: SuperDiff::Csi::Color#background?

Defined in:
lib/super_diff/csi/color.rb

#background?Boolean

Returns:

  • (Boolean)


38
39
40
# File 'lib/super_diff/csi/color.rb', line 38

def background?
  layer == :background
end