module KeywordInit
Constants
- VERSION
Public Class Methods
included(mod)
click to toggle source
# File lib/keyword_init.rb, line 4 def self.included(mod) # if using the general KeywordInit module, use the Relaxed mod.send(:include, Relaxed) end