module Pathway::Plugins::Base

Public Class Methods

apply(klass) click to toggle source
# File lib/pathway.rb, line 124
def self.apply(klass)
  klass.extend Contextualizer
  klass.result_key = :value
end