Class: RailsTracepointStack::Filter::GemPath
- Inherits:
-
Object
- Object
- RailsTracepointStack::Filter::GemPath
- Defined in:
- lib/rails_tracepoint_stack/filter/gem_path.rb
Class Method Summary collapse
Class Method Details
.full_gem_path ⇒ Object
4 5 6 |
# File 'lib/rails_tracepoint_stack/filter/gem_path.rb', line 4 def self.full_gem_path @full_gem_path ||= Bundler.load.specs.map(&:full_gem_path) end |