module Bundler::Thor::Base::ClassMethods
def commands
objects as values.
OrderedHash:: An ordered hash with commands names as keys and Bundler::Thor::Command
==== Returns
Returns the commands for this Bundler::Thor class.
def commands @commands ||= Bundler::Thor::CoreExt::OrderedHash.new end