Sha256: b1613178709e73e0fde2b472a80b259601af876221ec285bb82871232c45ce74

Contents?: true

Size: 176 Bytes

Versions: 2

Compression:

Stored size: 176 Bytes

Contents

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

class String
  def to_pathname
    Pathname(self)
  end
end

class Pathname
  def to_pathname
    self
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brief-1.6.1 lib/brief/core_ext.rb
brief-1.6.0 lib/brief/core_ext.rb