Module: Commande

Defined in:
lib/commande.rb,
lib/commande/version.rb

Defined Under Namespace

Modules: ClassMethods, Interface Classes: Result

Constant Summary collapse

VERSION =
'0.3.0'

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Override for Module#included.



176
177
178
179
180
181
182
# File 'lib/commande.rb', line 176

def self.included(base)
  super

  base.class_eval do
    extend ClassMethods
  end
end