Auto-correct offenses

This commit is contained in:
Claudio Bley 2023-04-13 22:49:54 +02:00
parent 72559bdd65
commit 5347ea77cf

View file

@ -69,7 +69,7 @@ module ColorLS
name
end
def_delegators :@stats, :directory?, :socket?, :chardev?, :symlink?, :blockdev?, :mtime, :nlink, :size, :owned?, \
def_delegators :@stats, :directory?, :socket?, :chardev?, :symlink?, :blockdev?, :mtime, :nlink, :size, :owned?,
:executable?
private