D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Range
/
Filename :
to_s-i.ri
back
Copy
U:RDoc::AnyMethod[iI" to_s:ETI"Range#to_s;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"0Returns a string representation of +self+, ;TI"9including <tt>begin.to_s</tt> and <tt>end.to_s</tt>:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"(1..4).to_s # => "1..4" ;TI"(1...4).to_s # => "1...4" ;TI"(1..).to_s # => "1.." ;TI"(..4).to_s # => "..4" ;T:@format0o; ; [I":Note that returns from #to_s and #inspect may differ:;T@o;; [I"$('a'..'d').to_s # => "a..d" ;TI",('a'..'d').inspect # => "\"a\"..\"d\"" ;T; 0o; ; [I"Related: Range#inspect.;T: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"to_s -> string ;T0[ I"();T@ FI" Range;TcRDoc::NormalClass00