module Byebug::Helpers::BinHelper

def real_executable?(f)

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