module Tabl::Dsl

Public Class Methods

included(mod) click to toggle source
# File lib/tabl/dsl.rb, line 3
def Dsl.included(mod)
  mod.extend(ClassMethods)
end