module NxtInit

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/nxt_init.rb, line 59
def self.included(base)
  base.extend(ClassMethods)
  base.include(InstanceMethods)
end