# File lib/compass/logger.rb, line 25 def action_padding(action) ' ' * [(max_action_length - action.to_s.length), 0].max end