HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/doc/activesupport-7.0.4.2/ri/String/last-i.ri
U:RDoc::AnyMethod[iI"	last:ETI"String#last;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"[Returns the last character of the string. If a limit is supplied, returns a substring ;TI"Zfrom the end of the string until it reaches the limit value (counting backwards). If ;TI"[the given limit is greater than or equal to the string length, returns a copy of self.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"str = "hello"
;TI"str.last    # => "o"
;TI"str.last(1) # => "o"
;TI"str.last(2) # => "lo"
;TI"str.last(0) # => ""
;TI"str.last(6) # => "hello";T:@format0:
@fileI"1lib/active_support/core_ext/string/access.rb;T:0@omit_headings_from_table_of_contents_below000[I"(limit = 1);T@FI"String;TcRDoc::NormalClass00