Class: String

Inherits:
Object
  • Object
show all
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

#writesizeObject



3
4
5
# File 'lib/my_string_extend_dee.rb', line 3

def writesize
  self.size
end