lib/rio/if/path.rb in rio-0.3.9 vs lib/rio/if/path.rb in rio-0.4.0

- old
+ new

@@ -118,10 +118,10 @@ # Sets the string that the Rio considers an extension. The value will be used by # subsequent calls to IF::Path#basename. If called with no arguments resets its value # to the value returned by File#extname. Returns the Rio. # # ario = rio('afile.tar.gz') - # ario.ext? #=> '.ext' + # ario.ext? #=> '.gz' # ario.basename #=> rio('afile.tar') # ario.ext('.tar.gz').basename #=> rio('afile') # ario.ext? #=> '.tar.gz' # # ario = rio('afile.txt')