module OnContainer::Common::Performable

Public Class Methods

included(base) click to toggle source
# File lib/on_container/common/performable.rb, line 6
def self.included(base)
  base.extend ClassMethods
end