logoalt Hacker News

zbentleytoday at 5:47 PM0 repliesview on HN

FileUtils#sh doesn't exist:

    ruby --disable-gems -e 'require "FileUtils"; FileUtils::sh("ls")'

    -e:1:in `<main>': undefined method `sh' for FileUtils:Module (NoMethodError)