class Coderay class << self def colorize # Do colorizing stuff here heredoc = <<EOF Some text yay!!! EOF end end end