# File lib/pry/rbx_path.rb, line 4
def
is_core_path?
(
path
)
path
.
start_with?
(
"kernel"
)
end