Class: Folio::Pathname
- Inherits:
-
Object
- Object
- Folio::Pathname
- Defined in:
- lib/folio/path.rb
Instance Method Summary collapse
- #cd ⇒ Object
-
#initialize(path, delegator) ⇒ Pathname
constructor
A new instance of Pathname.
Constructor Details
#initialize(path, delegator) ⇒ Pathname
Returns a new instance of Pathname.
27 28 29 |
# File 'lib/folio/path.rb', line 27 def initialize(path, delegator) end |