module EasyAxlsx::ClassConfig

Public Class Methods

included(receiver) click to toggle source
# File lib/easy_axlsx/class_config.rb, line 43
def self.included(receiver)
  receiver.extend         ClassMethods
end