class Kinda

Constants

ConstraintError
VERSION

Public Class Methods

module() click to toggle source
# File lib/kinda.rb, line 7
def module
  new
end
new() click to toggle source
# File lib/kinda.rb, line 12
def initialize
  Object.include(Kinda::Types)
end

Public Instance Methods

included(host) click to toggle source
# File lib/kinda.rb, line 16
def included(host)
  host.extend(ClassMethods)
end