Method: CountVonCount::Counter#rel_path
- Defined in:
- lib/count_von_count/counter.rb
#rel_path(p) ⇒ Object
56 57 58 |
# File 'lib/count_von_count/counter.rb', line 56 def rel_path(p) Pathname.new(p).relative_path_from(@path).to_s end |