Sha256: 54125fe2ed8ad4a3312f5e47c469cf16bce267ef93e2746ec6486bfcdcab4ecb
Contents?: true
Size: 106 Bytes
Versions: 1
Compression:
Stored size: 106 Bytes
Contents
require 'pathname' class String def pathname Pathname(self) end alias_method :p, :pathname end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
angry_mob-0.1.0 | lib/angry_mob/extend/string.rb |