Help for this page

Select Code to Download


  1. or download this
    package Circle;
    
    ...
    
        return;
    }
    
  2. or download this
    class Circle
        attr_reader :radius
    ...
            @radius += amount
        end
    end