Method: Bugwatch::ExceptionData#line

Defined in:
lib/bugwatch/exception_data.rb

#lineObject



46
47
48
49
# File 'lib/bugwatch/exception_data.rb', line 46

def line
  _, line = backtrace.first
  line.to_i if line
end