class Haml::Exec::Generic
def puts_action(name, color, arg)
-
color
(Symbol
) -- The name of the color to use for this action. -
name
(#to_s
) -- A short name for the action being performed.
def puts_action(name, color, arg) printf color(color, "%11s %s\n"), name, arg end