module Prong

Constants

VERSION

Public Class Methods

included(host) click to toggle source
# File lib/prong.rb, line 11
def self.included(host)
  host.extend(ClassAttr)
  host.extend(ClassMethods)
  host.include(InstanceMethods)
end