-
| 
         Dear community, If I am able to read this code we just iterate over hash KV and assign V to K. More general question - why we can't just use gemspec object as is? PS I am not so clever at Ruby,  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
| 
         I'm not sure what are you looking for exactly, but gem specification is being serialized in   | 
  
Beta Was this translation helpful? Give feedback.
Nevermind, it looks like I've found the answer - https://docs.ruby-lang.org/en/2.1.0/marshal_rdoc.html
It's really strange having all that stuff, IMO