Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/test_string_operation.rb

Overview

Your code goes here..

Instance Method Summary collapse

Instance Method Details

#test_lengthObject



7
8
9
# File 'lib/test_string_operation.rb', line 7

def test_length
 self.length
end

#writesizeObject



4
5
6
# File 'lib/test_string_operation.rb', line 4

def writesize
  self.size
end