module Exportable

Core module for the Gem

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/exportable.rb, line 17
def self.included(base)
  base.extend(ClassMethods)
end