Method: Match::Storage::Interface#prefixed_working_directory
- Defined in:
- match/lib/match/storage/interface.rb
#prefixed_working_directory ⇒ Object
To make debugging easier, we have a custom exception here
12 13 14 |
# File 'match/lib/match/storage/interface.rb', line 12 def prefixed_working_directory not_implemented(__method__) end |