Sha256: f09b99cfa11fc6349e1936bf43e22b6d70a61959bdf6596612f670d8ee0a9dd1

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

## -----------------------------------
## PubNub Ruby API UUID Example
## -----------------------------------

## including required libraries
require 'rubygems'
require 'pubnub_ruby/pubnub'

## Generating UUID String
pubnub=Pubnub.new("","","","",false)

## calling function for UUID generation
puts('Generating UUID String with UUID() Function')
uuid=pubnub.UUID()
puts('UUID: '+uuid)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pubnub-0.1.5 examples/uuid_example.rb
pubnub-0.1.4 examples/uuid_example.rb
pubnub-0.1.2 examples/uuid_example.rb