Sha256: 60c7e16d146d15e0f51aae4081c06a089bc1aaa3f4308c94064611fa6f7f34ba
Contents?: true
Size: 302 Bytes
Versions: 38
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true class Thread::Backtrace::Location # :nodoc: if defined?(ErrorHighlight) && Gem::Version.new(ErrorHighlight::VERSION) >= Gem::Version.new("0.4.0") def spot(ex) ErrorHighlight.spot(ex, backtrace_location: self) end else def spot(ex) end end end
Version data entries
38 entries across 38 versions & 7 rubygems