Sha256: e64335284cab2edd0b8cd1eaa4629290ba62c83b7c59ecd0a36eba511cc33154

Contents?: true

Size: 222 Bytes

Versions: 162

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

require 'eac_fs/file_info'
require 'pathname'

class Pathname
  # Shortcut for `EacFs::FileInfo.new(self)`.
  # @return [EacFs::FileInfo]
  def info
    ::EacFs::FileInfo.new(self)
  end
end

Version data entries

162 entries across 162 versions & 4 rubygems

Version Path
eac_tools-0.45.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.44.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.43.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.42.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_fs-0.14.0 lib/eac_fs/patches/pathname/info.rb
eac_tools-0.41.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_fs-0.13.0 lib/eac_fs/patches/pathname/info.rb
eac_tools-0.40.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.39.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.38.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.37.2 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.37.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.37.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.36.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.36.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.35.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.34.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.33.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.32.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.31.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb