Sha256: bfaf344478badf143527e49ca7e1103781611bd2c4b5fd46af8fba3c8775c86f
Contents?: true
Size: 136 Bytes
Versions: 4
Compression:
Stored size: 136 Bytes
Contents
require_relative '../unicopy' module Kernel private def unicopy(string, **kwargs) Unicopy.unicopy(string, **kwargs) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
unicopy-1.0.3 | lib/unicopy/kernel_method.rb |
unicopy-1.0.2 | lib/unicopy/kernel_method.rb |
unicopy-1.0.1 | lib/unicopy/kernel_method.rb |
unicopy-1.0.0 | lib/unicopy/kernel_method.rb |