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.11.9 lib/brief/core_ext.rb
brief-1.11.8 lib/brief/core_ext.rb
brief-1.11.7 lib/brief/core_ext.rb
brief-1.11.6 lib/brief/core_ext.rb
brief-1.11.5 lib/brief/core_ext.rb
brief-1.11.4 lib/brief/core_ext.rb
brief-1.11.3 lib/brief/core_ext.rb
brief-1.11.2 lib/brief/core_ext.rb
brief-1.11.1 lib/brief/core_ext.rb
brief-1.11.0 lib/brief/core_ext.rb
brief-1.10.1 lib/brief/core_ext.rb
brief-1.10.0 lib/brief/core_ext.rb
brief-1.9.14 lib/brief/core_ext.rb
brief-1.9.13 lib/brief/core_ext.rb
brief-1.9.12 lib/brief/core_ext.rb
brief-1.9.11 lib/brief/core_ext.rb
brief-1.9.9 lib/brief/core_ext.rb
brief-1.9.8 lib/brief/core_ext.rb
brief-1.9.7 lib/brief/core_ext.rb
brief-1.9.6 lib/brief/core_ext.rb