Module: Thor::Completion::Bash::ThorMixin

Defined in:
lib/thor/completion/bash/thor_mixin.rb

Overview

TODO:

Deal with that Group thing? I never use it…

To be mixed in to Thor. It’s all class methods at the moment.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

Hook to mix ClassMethods in on include.



238
239
240
# File 'lib/thor/completion/bash/thor_mixin.rb', line 238

def self.included base
  base.extend ClassMethods
end