Javhert8

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How to set a hash member to a class so Rubymine can offer autocompletion from that class?
I'm a beginner in Ruby and Rubymine so sorry if this is an obvious question.I'm creating a hash and adding an object from a specific class to it. For example: measures = Hash.newmeasures["weight"] ...