Class: Pathname

Inherits:
Object show all
Defined in:
lib/unified_matchers/helpers.rb

Overview

class ::Object

Instance Method Summary collapse

Instance Method Details

#inspect_for_unified_matchersObject



21
22
23
# File 'lib/unified_matchers/helpers.rb', line 21

def inspect_for_unified_matchers
  "#{to_s.inspect}.to_path"
end