Method: RUUID::UUID#to_s
- Defined in:
- lib/ruuid/uuid.rb
#to_s(format = RUUID.default_format) ⇒ Object Also known as: to_str
16 17 18 |
# File 'lib/ruuid/uuid.rb', line 16 def to_s(format = RUUID.default_format) Formatter.format(data, format) end |