This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #orange tree class | |
| # 8 methods to return | |
| # one_year_passes method when called, ages the tree one year. | |
| # my tree grows every years | |
| # after some time he dies | |
| # for the first 2 years doesn't produce fruits | |
| #older trees produce more each year than younger trees...whatever you think makes the | |
| #count_the_oranges (which returns the number of oranges on the tree) | |
| #and pick_an_orange (which reduces the @orange_count by 1 and returns a string | |
| #telling you how delicious the orange was |