lerolero 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/lerolero.rb +12 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3804e8c6e72bcf62e866547e5d33085d77c9060
|
4
|
+
data.tar.gz: 5d02aef83e840ff401375fad76c6df6aa1ea6d8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18eb782aac3adcc26489081b6dd397188749a1e35c7d8090de1a4ad7f34b378a867e23ad718fcbad5d52ecaa42a7eac4bf1060d8d8204a3c642f2d10faf52faf
|
7
|
+
data.tar.gz: 773f27063bf051ceb880333707ba5eea0650da7298bc554b72a8fe4e42d946e02147bdc688daa53829e34c03493e2fe79a0994455ca65491fa2531240043668e
|
data/lib/lerolero.rb
CHANGED
@@ -1,4 +1,15 @@
|
|
1
|
-
|
1
|
+
# Document the responsibility of the class
|
2
|
+
#
|
3
|
+
# == Heading
|
4
|
+
#
|
5
|
+
# Use headings to break up descriptions
|
6
|
+
#
|
7
|
+
# == Formatting
|
8
|
+
#
|
9
|
+
# Embody +parameters+ or +options+ in Teletype Text tags. You can also use
|
10
|
+
# *bold* or *italics* but must use HTML tags for <b>multiple words</b>,
|
11
|
+
# <i>like this</i> and <tt>like this</tt>.
|
12
|
+
class Lerolero
|
2
13
|
# Baseado no famoso lerolero algorítimo
|
3
14
|
#
|
4
15
|
# Example:
|