Method: Vedeu::EscapeSequences::Foreground#white

Defined in:
lib/vedeu/esc/foreground.rb

#white(&block) ⇒ String



116
117
118
# File 'lib/vedeu/esc/foreground.rb', line 116

def white(&block)
  foreground("\e[97m", &block)
end