module Byebug::Helpers::BinHelper

def real_executable?(file)

def real_executable?(file)
  File.executable?(file) && !File.directory?(file)
end