@ -1,9 +1,8 @@
Pry.config.editor = 'vim'
Pry.prompt = [
Pry::Prompt.add :kejadlen, nil, %w[ > | ] do |_, _, _, sep|
proc { |target, _, _| "(#{Pry.view_clip(target)})> " },
"(#{Pry.view_clip(target)})#{sep} "
proc { |target, _, _| "(#{Pry.view_clip(target)})| " },
end
]
begin
require 'pry-byebug'