printable_commands(*)
Returns commands ready to be printed.
# File lib/bundler/vendor/thor/lib/thor/group.rb, line 199 def printable_commands(*) item = [] item << banner item << (desc ? "# #{desc.gsub(/\s+/m, ' ')}" : "") [item] end