File: //usr/local/rvm/gems/ruby-2.5.9/doc/tzinfo-2.0.4/ri/TZInfo/Timezone/transitions_up_to-i.ri
U:RDoc::AnyMethod[iI"transitions_up_to:ETI"'TZInfo::Timezone#transitions_up_to;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KReturns an `Array` of {TimezoneTransition} instances representing the ;TI"8times where the UTC offset of the timezone changes.;To:RDoc::Markup::BlankLine o;
; [I"8Transitions are returned up to a given time (`to`).;T@o;
; [I"MA from time may also be supplied using the `from` parameter. If from is ;TI"Inot `nil`, only transitions from that time onwards will be returned.;T@o;
; [I"FComparisons with `to` are exclusive. Comparisons with `from` are ;TI"Ninclusive. If a transition falls precisely on `to`, it will be excluded. ;TI":If a transition falls on `from`, it will be included.;T@o;
; [I"J@param to [Object] a `Time`, `DateTime` or {Timestamp} specifying the;To:RDoc::Markup::Verbatim; [I".latest (exclusive) transition to return.
;T:@format0o;
; [I"G@param from [Object] an optional `Time`, `DateTime` or {Timestamp};To;; [I"?specifying the earliest (inclusive) transition to return.
;T;
0o;
; [I"N@return [Array<TimezoneTransition>] the transitions that are earlier than;To;; [I"N`to` and, if specified, at or later than `from`. Transitions are ordered
;TI"2by when they occur, from earliest to latest.
;T;
0o;
; [I"O@raise [ArgumentError] if `from` is specified and `to` is not greater than;To;; [I"
`from`.
;T;
0o;
; [I"8@raise [ArgumentError] is raised if `to` is `nil`. ;TI"M@raise [ArgumentError] if either `to` or `from` is a {Timestamp} with an;To;; [I"unspecified offset.;T;
0:
@fileI"lib/tzinfo/timezone.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(to, from = nil);T@<FI"
Timezone;TcRDoc::NormalClass00