Sha256: d7e09e7654bf5d46ff44a9bee5a28612223e1cedc1a4447282672f880e930393

Contents?: true

Size: 126 Bytes

Versions: 16

Compression:

Stored size: 126 Bytes

Contents

module EDN
  module Type
    class UUID < String
      def to_edn
        "#uuid #{self.inspect}"
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
edn2023-1.1.4 lib/edn/type/uuid.rb
edn-1.1.1 lib/edn/type/uuid.rb
edn-1.1.0 lib/edn/type/uuid.rb
edn-1.0.8 lib/edn/type/uuid.rb
edn-1.0.7 lib/edn/type/uuid.rb
edn-1.0.6 lib/edn/type/uuid.rb
edn-1.0.5 lib/edn/type/uuid.rb
edn-1.0.3 lib/edn/type/uuid.rb
edn-1.0.2 lib/edn/type/uuid.rb
edn-1.0.1 lib/edn/type/uuid.rb
edn-1.0.0 lib/edn/type/uuid.rb
edn-0.9.4 lib/edn/type/uuid.rb
edn-0.9.3 lib/edn/type/uuid.rb
edn-0.9.2 lib/edn/type/uuid.rb
edn-0.9.1 lib/edn/type/uuid.rb
edn-0.9.0 lib/edn/type/uuid.rb