Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
printable_commands(*)
public
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