Help for this page

Select Code to Download


  1. or download this
    class MyObj
        attr_accessor :name
    ...
    
        # more stuff using name or self.name instead of @name
    end
    
  2. or download this
    axxx = 1
    if (rare_condition_I_forgot_to_test)
      axx = 2
    end
    print axxx,"\n"