This method is only available on newer versions. The first available version (v2_6_3) is shown here.
say_status(status, color)
Shortcut to say_status shell method.
# File lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb, line 138 def say_status(status, color) base.shell.say_status status, relative_destination, color if config[:verbose] end