From dc490aced3fc62d7eaa10d2bfc2211da826ea538 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 13 Dec 2021 19:54:38 +0900 Subject: [DOC] Improve Random::Formatter description and example --- lib/random/formatter.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/random/formatter.rb b/lib/random/formatter.rb index c48886f9e0..0e80bd0f70 100644 --- a/lib/random/formatter.rb +++ b/lib/random/formatter.rb @@ -3,6 +3,8 @@ # == Random number formatter. # +# Formats generated random numbers in many manors. +# # === Examples # # Generate random hexadecimal strings: -- cgit v1.2.3