Module: Attr::Gather::Workflow::Graphable
- Defined in:
- lib/attr/gather/workflow/graphable.rb
Overview
Module containing graph functionality
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
43 44 45 46 |
# File 'lib/attr/gather/workflow/graphable.rb', line 43 def self.included(klass) klass.extend(ClassMethods) klass.include(InstanceMethods) end |