Sha256: 843edbde466d5d725d1ceed8f56efd6d1794658e09e81f442ef344e6f3066cfa
Contents?: true
Size: 263 Bytes
Versions: 26
Compression:
Stored size: 263 Bytes
Contents
unless File.method_defined? :size class File def size stat.size end end end if RUBY_VERSION < '1.9' require 'backports/tools' Backports.convert_first_argument_to_path File, :size? Backports.convert_first_argument_to_path File, :size end
Version data entries
26 entries across 26 versions & 2 rubygems