Method: Sentry::Configuration#linecache

Defined in:
lib/sentry/configuration.rb

#linecacheLineCache

You may provide your own LineCache for matching paths with source files. This may be useful if you need to get source code from places other than the disk.

Returns:

See Also:

[View source]

181
182
183
# File 'lib/sentry/configuration.rb', line 181

def linecache
  @linecache
end