class TingYun::Configuration::ManualSource
Public Class Methods
new(hash)
click to toggle source
Calls superclass method
TingYun::Configuration::DottedHash::new
# File lib/ting_yun/configuration/manual_source.rb, line 9 def initialize(hash) super(hash, true) end