module Tacape::Tools::Helpers::JsonConfig

Public Class Methods

included(receiver) click to toggle source
# File lib/tacape/tools/helpers/json_config.rb, line 64
def self.included(receiver)
  receiver.send :include, InstanceMethods
end