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.9.4 lib/brief/core_ext.rb
brief-1.9.3 lib/brief/core_ext.rb
brief-1.9.2 lib/brief/core_ext.rb
brief-1.9.1 lib/brief/core_ext.rb
brief-1.9.0 lib/brief/core_ext.rb
brief-1.8.12 lib/brief/core_ext.rb
brief-1.8.11 lib/brief/core_ext.rb
brief-1.8.10 lib/brief/core_ext.rb
brief-1.8.9 lib/brief/core_ext.rb
brief-1.8.8 lib/brief/core_ext.rb
brief-1.8.6 lib/brief/core_ext.rb
brief-1.8.5 lib/brief/core_ext.rb
brief-1.8.4 lib/brief/core_ext.rb
brief-1.8.3 lib/brief/core_ext.rb
brief-1.8.2 lib/brief/core_ext.rb
brief-1.8.1 lib/brief/core_ext.rb
brief-1.8.0 lib/brief/core_ext.rb
brief-1.7.3 lib/brief/core_ext.rb
brief-1.7.2 lib/brief/core_ext.rb
brief-1.7.1 lib/brief/core_ext.rb