Module: TraceTree::ShortGemPath
- Defined in:
- lib/trace_tree/short_gem_path.rb
Instance Method Summary collapse
Instance Method Details
#source_location ⇒ Object
6 7 8 9 |
# File 'lib/trace_tree/short_gem_path.rb', line 6 def source_location #"#{shorten_gem_path current.file}:#{current.line}" "#{shorten_gem_path path}:#{lineno}" end |