=== r00t^2_ is now known as r00t^2 === L3gacy is now known as L3gacy_Snoring [09:22] Morning [12:28] Morning peoples, critters and everything else [15:17] ChinnoDog, its a DSL. Most implementations of ruby is DSL [15:18] DSL? [15:18] ChinnoDog, :private_network is a symbol, :ip is another symbol, and this is basically replacing / updating an item in a hash [15:18] Domain Specific Language [15:19] https://en.wikipedia.org/wiki/Domain-specific_language [15:20] But it must be valid ruby syntax. I understand Ruby hashes but I don't understand the statement because I don't know what the comma operator is doing for it. [15:21] What hash does the :ip key belong to? [15:22] ip belongs to private_network, its a sub-key of that property [15:23] sub-key = parent hash?