Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/leopard.rb
Overview
Namespace for Leopard and related helper extensions.
Instance Method Summary collapse
-
#/(other) ⇒ Pathname
Joins the receiver with another path fragment.
Instance Method Details
#/(other) ⇒ Pathname
Joins the receiver with another path fragment.
16 17 18 |
# File 'lib/leopard.rb', line 16 def /(other) join other.to_s end |