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_fs-0.18.1 lib/eac_fs/patches/pathname/info.rb
eac_fs-0.18.0 lib/eac_fs/patches/pathname/info.rb
eac_fs-0.17.0 lib/eac_fs/patches/pathname/info.rb
eac_tools-0.76.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.75.2 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.75.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.75.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.74.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.74.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.73.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.72.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.70.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.70.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.69.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.69.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.68.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.67.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.67.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.66.0 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb
eac_tools-0.65.1 sub/eac_fs/lib/eac_fs/patches/pathname/info.rb