Sha256: 08d5b37b9489045f1802a809529a3aa3930ca6140ca89b7848deaa346fbf982f
Contents?: true
Size: 1.97 KB
Versions: 12
Compression:
Stored size: 1.97 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"Range#eql?:EF:@parameters[ :@files[[I"range.c;T0:@current_file_has_commentsF: @name: eql?:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"/Returns <code>true</code> only if <i>obj</i> is a Range, has equivalent beginning and end items (by comparing them with #eql?), and has the same #exclude_end? setting as <i>rng</i>. (0..2).eql?(0..2) #=> true (0..2).eql?(Range.new(0,2)) #=> true (0..2).eql?(0...2) #=> false;F:@objectIu:YARD::StubProxyRange#eql?;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"eql?(obj);F;IC;"