Class: StringLengthClass

Inherits:
Object show all
Defined in:
lib/core/runtime_class/StringLengthClass.rb

Instance Method Summary collapse

Constructor Details

#initializeStringLengthClass

Returns a new instance of StringLengthClass.



3
4
5
# File 'lib/core/runtime_class/StringLengthClass.rb', line 3

def initialize
  super
end

Instance Method Details

#copyObject



15
16
17
# File 'lib/core/runtime_class/StringLengthClass.rb', line 15

def copy
  return StringLengthClass.new
end

#describeObject



11
12
13
# File 'lib/core/runtime_class/StringLengthClass.rb', line 11

def describe
  return 'StringLength'    
end

#writeObject



7
8
9
# File 'lib/core/runtime_class/StringLengthClass.rb', line 7

def write
  return 'StringLength'    
end