module ANSI::Mixin

Public Instance Methods

grey() click to toggle source
# File lib/html-renderer/ansi.rb, line 8
def grey; ANSI::Code.bold { ANSI::Code.black { to_s } }; end