1 2 3 4
module Keys_to_Meths def method_missing(meth, *args) if meth.to_s[-1] == 61 #if last char is an equal sign ...
Ruby Hash.keys_to_attr
1 2 3 4
module Keys_to_Meths def method_missing(meth, *args) if meth.to_s[-1] == 61 #if last char is an equal sign ...
/no comment/
>_>