Method: SuperDiff::Csi::Color#foreground?

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

#foreground?Boolean

Returns:

  • (Boolean)


34
35
36
# File 'lib/super_diff/csi/color.rb', line 34

def foreground?
  layer == :foreground
end