module Construi::Config::Links
Public Instance Methods
links()
click to toggle source
# File lib/construi/config.rb, line 128 def links parent = with_parent({}, &:links) child = get(:links, {}).each_with_object({}) do |(k, v), ls| ls[k] = Link.new k, v end parent.merge child end