class File
Public Instance Methods
size()
click to toggle source
# File lib/core_extended/file.rb, line 4 def size return lstat.size if OS.windows? && Ruby.jruby? __size__ end
Also aliased as: __size__