Sha256: d04d9c75be48b10806ef0d5a0f9cbd0270a8af8ff983faace69b92fb6604ffdf

Contents?: true

Size: 123 Bytes

Versions: 12

Compression:

Stored size: 123 Bytes

Contents

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

class String
  def to_pathname
    Pathname(self)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
brief-1.5.2 lib/brief/core_ext.rb
brief-1.5.1 lib/brief/core_ext.rb
brief-1.5.0 lib/brief/core_ext.rb
brief-1.4.4 lib/brief/core_ext.rb
brief-1.4.2 lib/brief/core_ext.rb
brief-1.4.1 lib/brief/core_ext.rb
brief-1.3.2 lib/brief/core_ext.rb
brief-1.3.1 lib/brief/core_ext.rb
brief-1.3.0 lib/brief/core_ext.rb
brief-1.2.0 lib/brief/core_ext.rb
brief-1.1.0 lib/brief/core_ext.rb
brief-1.0.0 lib/brief/core_ext.rb