Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_rtl_sObject



89
90
91
# File 'lib/rtl_string.rb', line 89

def to_rtl_s
  RtlString.new(self)
end