Preview: eql%3f-i.yaml
Size: 589 B
//proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/Range/eql%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Returns <tt>true</tt> only if <em>obj</em> is a Range, has equivalent beginning and end items (by comparing them with #eql?), and has the same #exclude_end? setting as <em>rng</em>." - !ruby/struct:SM::Flow::VERB body: " (0..2) == (0..2) #=> true\n (0..2) == Range.new(0,2) #=> true\n (0..2) == (0...2) #=> false\n" full_name: Range#eql? is_singleton: false name: eql? params: | rng.eql?(obj) => true or false visibility: public
Directory Contents
Dirs: 0 × Files: 20