lib/xml/kit/id.rb in xml-kit-0.1.0 vs lib/xml/kit/id.rb in xml-kit-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
module Xml
module Kit
# This class is used primary for generating ID.
- #https://www.w3.org/2001/XMLSchema.xsd
+ # https://www.w3.org/2001/XMLSchema.xsd
class Id
# Generate an ID that conforms to the XML Schema.
# https://www.w3.org/2001/XMLSchema.xsd
def self.generate
"_#{SecureRandom.uuid}"