Module: Backtracie
- Defined in:
- lib/backtracie/version.rb,
lib/backtracie.rb,
lib/backtracie/location.rb
Overview
backtracie: Ruby gem for beautiful backtraces Copyright © 2021 Ivo Anjo <[email protected]>
This file is part of backtracie.
backtracie is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
backtracie is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with backtracie. If not, see <www.gnu.org/licenses/>.
Defined Under Namespace
Classes: Location
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.caller_locations ⇒ Object
31 32 33 |
# File 'lib/backtracie.rb', line 31 def caller_locations Primitive.caller_locations end |