class File

Public Instance Methods

__size__()
Alias for: size
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__