class Spec::Runner::Formatter::BaseTextFormatter

def blue(text); colour(text, "\e[34m"); end

def blue(text); colour(text, "\e[34m"); end