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.15.2 lib/brief/core_ext.rb
brief-1.15.1 lib/brief/core_ext.rb
brief-1.15.0 lib/brief/core_ext.rb
brief-1.14.3 lib/brief/core_ext.rb
brief-1.14.2 lib/brief/core_ext.rb
brief-1.14.1 lib/brief/core_ext.rb
brief-1.14.0 lib/brief/core_ext.rb
brief-1.13.2 lib/brief/core_ext.rb
brief-1.13.1 lib/brief/core_ext.rb
brief-1.12.9 lib/brief/core_ext.rb
brief-1.12.8 lib/brief/core_ext.rb
brief-1.12.7 lib/brief/core_ext.rb
brief-1.12.6 lib/brief/core_ext.rb
brief-1.12.5 lib/brief/core_ext.rb
brief-1.12.4 lib/brief/core_ext.rb
brief-1.12.3 lib/brief/core_ext.rb
brief-1.12.2 lib/brief/core_ext.rb
brief-1.12.1 lib/brief/core_ext.rb
brief-1.12.0 lib/brief/core_ext.rb
brief-1.11.10 lib/brief/core_ext.rb