Sha256: b3f3330d7a76f993b632c4bdd3986a56b5b366c698c00bbfe814098b25acb1d5

Contents?: true

Size: 173 Bytes

Versions: 188

Compression:

Stored size: 173 Bytes

Contents

# frozen_string_literal: true

require 'pathname'

class Pathname
  # Execute .mkpath and return +self+.
  # @return [Pathname]
  def mkpath_s
    mkpath
    self
  end
end

Version data entries

188 entries across 188 versions & 3 rubygems

Version Path
eac_tools-0.61.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.60.3 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.60.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.60.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.60.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.59.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.58.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.57.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.56.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.56.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.7 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.6 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.5 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.4 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.3 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_ruby_utils-0.112.0 lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_ruby_utils-0.111.0 lib/eac_ruby_utils/patches/pathname/mkpath_s.rb
eac_tools-0.55.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb