File: //usr/local/rvm/gems/ruby-3.0.2/doc/activesupport-6.1.4.1/ri/String/from-i.ri
U:RDoc::AnyMethod[iI" from:ETI"String#from;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KReturns a substring from the given position to the end of the string. ;TI"KIf the position is negative, it is counted from the end of the string.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"str = "hello"
;TI"str.from(0) # => "hello"
;TI"str.from(3) # => "lo"
;TI"str.from(-2) # => "lo"
;T:@format0o;
; [I"<You can mix it with +to+ method and do fun things like:;T@o;; [I"str = "hello"
;TI"%str.from(0).to(-1) # => "hello"
;TI""str.from(1).to(-2) # => "ell";T;
0:
@fileI"1lib/active_support/core_ext/string/access.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(position);T@FI"String;TcRDoc::NormalClass00