Module: Charyf::Engine::Intent::Processor::Helpers

Included in:
Base
Defined in:
lib/charyf/engine/intent/processors/helpers.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/charyf/engine/intent/processors/helpers.rb', line 7

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

Instance Method Details

#unknownObject

End of ClassMethods



14
15
16
# File 'lib/charyf/engine/intent/processors/helpers.rb', line 14

def unknown
  Charyf::Engine::Intent.unknown
end