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.7.0 lib/brief/core_ext.rb