Do you know when self.up and self.down method is used?
Answer Posted / Imran Ahmad
The self.up and self.down methods are used in Ruby for character encoding conversions. They convert a character to the next higher (self.up) or lower (self.down) ASCII character, respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers