Sha256: 2a50d006dfbd0a4e102c9da9b05a76690c287644f222aa092cf142ab9c5cafd8

Contents?: true

Size: 229 Bytes

Versions: 81

Compression:

Stored size: 229 Bytes

Contents

class Hash
  def to_mash
    Hashie::Mash.new(self)
  end
end

class Hashie::Mash
  def to_mash
    self
  end
end

class String
  def to_pathname
    Pathname(self)
  end
end

class Pathname
  def to_pathname
    self
  end
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
brief-1.17.14 lib/brief/core_ext.rb
brief-1.17.13 lib/brief/core_ext.rb
brief-1.17.12 lib/brief/core_ext.rb
brief-1.17.11 lib/brief/core_ext.rb
brief-1.17.10 lib/brief/core_ext.rb
brief-1.17.9 lib/brief/core_ext.rb
brief-1.17.8 lib/brief/core_ext.rb
brief-1.17.7 lib/brief/core_ext.rb
brief-1.17.5 lib/brief/core_ext.rb
brief-1.17.4 lib/brief/core_ext.rb
brief-1.17.3 lib/brief/core_ext.rb
brief-1.17.2 lib/brief/core_ext.rb
brief-1.17.1 lib/brief/core_ext.rb
brief-1.17.0 lib/brief/core_ext.rb
brief-1.16.2 lib/brief/core_ext.rb
brief-1.16.1 lib/brief/core_ext.rb
brief-1.16.0 lib/brief/core_ext.rb
brief-1.15.5 lib/brief/core_ext.rb
brief-1.15.4 lib/brief/core_ext.rb
brief-1.15.3 lib/brief/core_ext.rb