Javhert8
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Javhert8 创建了一个帖子, 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"] ...