module Kernel

Private Instance Methods

unicopy(string, **kwargs) click to toggle source
# File lib/unicopy/kernel_method.rb, line 6
def unicopy(string, **kwargs)
  Unicopy.unicopy(string, **kwargs)
end