Class: String

Inherits:
Object show all
Includes:
RIO::ToRio::String
Defined in:
lib/rio/cp.rb,
lib/rio/to_rio/string.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from RIO::ToRio::String

#/

Methods included from RIO::ToRio::Object

#to_rio

Instance Method Details

#clearObject



39
40
41
42
# File 'lib/rio/cp.rb', line 39

def clear()
  self[0..-1] = ''
  self
end