U:RDoc::AnyMethod[iI"<=>:ETI"Pathname#<=>;TF:publico:RDoc::Markup::Document:@parts[	o:RDoc::Markup::Paragraph;	[I"AProvides a case-sensitive comparison operator for pathnames.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim;	[I"7Pathname.new('/usr') <=> Pathname.new('/usr/bin')
;TI"    #=> -1
;TI";Pathname.new('/usr/bin') <=> Pathname.new('/usr/bin')
;TI"    #=> 0
;TI";Pathname.new('/usr/bin') <=> Pathname.new('/USR/BIN')
;TI"    #=> 1
;T:@format0o;
;	[I"QIt will return +-1+, +0+ or +1+ depending on the value of the left argument ;TI"Nrelative to the right argument. Or it will return +nil+ if the arguments ;TI"are not comparable.;T:
@fileI"ext/pathname/pathname.c;T:0@omit_headings_from_table_of_contents_below000[ I"	(p1);T@FI"Pathname;TcRDoc::NormalClass00