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    
identifier-uuid / lib / identifier / uuid / controls / invalid.rb
Size: Mime:
module Identifier
  module UUID
    module Controls
      module Invalid
        def self.example
          "10000000-0000-0000-0000-000000000000"
        end
      end
    end
  end
end