module Changey::DSL

Public Class Methods

load(load_into) click to toggle source
# File lib/changey/dsl.rb, line 13
def self.load(load_into)
  load_into.extend ClassMethods
end