module Thy::Types

Public Class Methods

included(mod) click to toggle source
# File lib/thy/types.rb, line 4
def self.included(mod)
  mod.extend(ClassMethods)
end