Learn How to Create Your Own Programming Language createyourproglang.com
def hash_from_string(string, value) hash, split = {}, string.split(".") (split.size-1).downto(0) do |i| ...
the string can contain 1-n ...
the string can contain 1-n ...