6 7 8
# File 'lib/pry-helper/ext/string.rb', line 6 def expa File.expand_path(self) end
10 11 12
# File 'lib/pry-helper/ext/string.rb', line 10 def f expa end
2 3 4
# File 'lib/pry-helper/ext/string.rb', line 2 def p puts self end