Method: Pathway::Plugins::Base.apply

Defined in:
lib/pathway.rb

.apply(klass) ⇒ Object



143
144
145
146
# File 'lib/pathway.rb', line 143

def self.apply(klass)
  klass.extend Contextualizer
  klass.result_key = :value
end