HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/Array/join-i.ri
U:RDoc::AnyMethod[iI"	join:ETI"Array#join;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[I"TReturns the new \String formed by joining the array elements after conversion. ;TI"For each element +element+;To:RDoc::Markup::List:
@type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;	[o;
;	[I"OUses <tt>element.to_s</tt> if +element+ is not a <tt>kind_of?(Array)</tt>.;To;;0;	[o;
;	[I"`Uses recursive <tt>element.join(separator)</tt> if +element+ is a <tt>kind_of?(Array)</tt>.;To:RDoc::Markup::BlankLineo;
;	[I"KWith no argument, joins using the output field separator, <tt>$,</tt>:;To:RDoc::Markup::Verbatim;	[I"a = [:foo, 'bar', 2]
;TI"$, # => nil
;TI"a.join # => "foobar2"
;T:@format0o;
;	[I"CWith \string argument +separator+, joins using that separator:;To;;	[I"a = [:foo, 'bar', 2]
;TI"%a.join("\n") # => "foo\nbar\n2"
;T;0o;
;	[I")Joins recursively for nested Arrays:;To;;	[I"&a = [:foo, [:bar, [:baz, :bat]]]
;TI"a.join # => "foobarbazbat";T;0:
@fileI"array.c;T:0@omit_headings_from_table_of_contents_below0I"Farray.join ->new_string
array.join(separator = $,) -> new_string
;T0[I"(*args);T@2FI"
Array;TcRDoc::NormalClass00