method

fu_blksize

ruby latest stable - Class: Bundler::FileUtils::StreamUtils_

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

fu_blksize(st)
private

No documentation available.

# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 1087
    def fu_blksize(st)
      s = st.blksize
      return nil unless s
      return nil if s == 0
      s
    end