Class: Leftovers::File
- Inherits:
-
Pathname
- Object
- Pathname
- Leftovers::File
- Defined in:
- lib/leftovers/file.rb
Instance Method Summary collapse
Instance Method Details
#relative_path ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/leftovers/file.rb', line 7 def relative_path @relative_path ||= begin relative_path_from(::Leftovers.pwd) rescue ::ArgumentError self end end |