Builtin Styles that are included at HighLine initialization. It has the basic styles like :bold and :underline.
The builtin styles basic colors like black, red, green.
The builtin styles' colors like LIGHT_RED and BRIGHT_BLUE.
A Hash with the basic colors an their ANSI escape codes.
Basic Style names like CLEAR, BOLD, UNDERLINE
Basic styles' ANSI escape codes like :bold => “e[1m”
Included callback @param base [Class, Module] base class
# File lib/highline/builtin_styles.rb, line 8 def self.included(base) base.extend ClassMethods end