how to change instance variables in class in ruby

前端 未结 0 1855
北荒
北荒 2021-02-10 13:16

I have some legacy code and completely new to Ruby. I want to change the value of a class instance in Ruby.

class CoffeeMachine
  attr_reader :water
  def initial         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题