module Wongi::Engine::CoreExt

Public Class Methods

included(mod) click to toggle source
# File lib/wongi-engine/core_ext.rb, line 57
def self.included mod
  mod.extend ClassMethods
end