Module: BBC::A11y::StringColours
- Defined in:
- lib/bbc/a11y/string_colours.rb
Instance Method Summary collapse
Instance Method Details
#green ⇒ Object
8 9 10 |
# File 'lib/bbc/a11y/string_colours.rb', line 8 def green "\e[32m#{self}\e[0m" end |
#red ⇒ Object
4 5 6 |
# File 'lib/bbc/a11y/string_colours.rb', line 4 def red "\e[31m#{self}\e[0m" end |