Sha256: e71a3011e337dc998f5ee6c6abf81c670051a7ec83cf3fff8c9e12d0c6b23934
Contents?: true
Size: 279 Bytes
Versions: 17
Compression:
Stored size: 279 Bytes
Contents
# encoding: utf-8 # This file is distributed under Ting Yun's license terms. require 'ting_yun/configuration/dotted_hash' module TingYun module Configuration class ManualSource < DottedHash def initialize(hash) super(hash, true) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems