Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
my_util / lib / my_util / util.rb
Size: Mime:
module MyUtil
  module Util
    def self.call
      puts "I'm an important, private Util"
    end
  end
end