Method: Executable::Dispatch.included

Defined in:
lib/executable/dispatch.rb

.included(base) ⇒ Object

When Dispatchable is included into a class, the class is also extended by Executable::Domain.

Since:

  • 1.2.0



18
19
20
# File 'lib/executable/dispatch.rb', line 18

def self.included(base)
  base.extend Domain
end