class Pry::Byebug::Breakpoints::FileBreakpoint
Breakpoint in a file:line location
Public Instance Methods
Source
# File lib/pry/byebug/breakpoints.rb, line 17 def source_code Pry::Code.from_file(source).around(pos, 3).with_marker(pos) end
Breakpoint in a file:line location
# File lib/pry/byebug/breakpoints.rb, line 17 def source_code Pry::Code.from_file(source).around(pos, 3).with_marker(pos) end