lib/rio/ops/create.rb in rio-0.5.1 vs lib/rio/ops/create.rb in rio-0.6.0
- old
+ new
@@ -1,8 +1,8 @@
#--
# ===========================================================================
-# Copyright (c) 2005-2012 Christopher Kleckner
+# Copyright (c) 2005-2017 Christopher Kleckner
# All rights reserved
#
# This file is part of the Rio library for ruby.
#
# Rio is free software; you can redistribute it and/or modify
@@ -30,16 +30,14 @@
def join(*args)
rtn_rio {
uri.clone.join(*args)
}
end
- #alias :catpath :join
def join!(*args)
rtn_reset {
uri.join(*args)
}
end
- #alias :catpath! :join!
def /(arg)
join(arg)
end
def getwd(*args,&block)