Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/my_string_extend_dee.rb
Overview
Our library will extend the String class. Our code goes in the lib folder.
Instance Method Summary collapse
Instance Method Details
#writesize ⇒ Object
3 4 5 |
# File 'lib/my_string_extend_dee.rb', line 3 def writesize self.size end |