Sha256: 839c2cd85958acc18aec6365f2d6bea7dc918e98a4adb0aac3a813db6c7139d0
Contents?: true
Size: 118 Bytes
Versions: 1
Compression:
Stored size: 118 Bytes
Contents
module Baku class Component attr_reader :id def initialize @id = SecureRandom.uuid end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
baku-0.1.0 | lib/baku/component.rb |