module Schatter::Colour

Public Instance Methods

c(text, colour) click to toggle source
# File lib/schatter/colour.rb, line 4
def c text, colour
  text.to_s.foreground colour
end