Method: D13n::Configuration::ServerSource#set_keys_by_type
- Defined in:
- lib/d13n/configuration/server_source.rb
#set_keys_by_type ⇒ Object
22 23 24 25 26 |
# File 'lib/d13n/configuration/server_source.rb', line 22 def set_keys_by_type() self.keys.each do |key| set_key_by_type(key) end end |