documentation-test 0.1.0 → 0.2.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/documentation-test.rb +9 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c820a319a40d3565a7470cf9f91294f39f77b2b6151517acadc208062702141
4
- data.tar.gz: d073ef737575701dd189ab28634169497a415461194ed656bc59b81eb4c6c6f8
3
+ metadata.gz: 4413bdc81eb0ac7fde891b24b2d16b03d01771ef9286feab3fa3bb4300ff26ed
4
+ data.tar.gz: acf9fef0e773bb39d08800ddd1689b35e7fe97c8a2c96e643fa468be73a5c381
5
5
  SHA512:
6
- metadata.gz: '0915a7ab6ed67cf19e751a850beff528ad19c43d319217f838606c0eb2295ccaf73fb2ebc3c3d808cd156979a217bd6e2bbf2e5355ee30addb85feb5fb2c0f00'
7
- data.tar.gz: 59d6f44397ca007f5fffc29617edc43189972e8645114d7905a48a5793a66cb4103d8065692787cb017962fc768f668321a683bf4a3b125604168e2cc1cfae8a
6
+ metadata.gz: 19eac1879c8cd7815408b95fc33e8210b49753c7eb102601ffd59d65c4ad3489a8f0c543aa662a5b3380e98fa2b0cd83725014efbfbe21ad3a0f6cf8a2fa6336
7
+ data.tar.gz: 70442f1ce25763ff0e810ac4e35a91f35f1fcc21a5d07877da7d0e6bc57bece88983d9acc0a5f3c3c5acd15efd75cd6af5dfcd6e72278b7029e4a8061e998cd1
@@ -3,7 +3,16 @@
3
3
  module DocumentationTest
4
4
  # Does it understand `markdown` ?
5
5
  # and +rdoc+ ?
6
+ # @return [String] This is work ?.
6
7
  def foo
7
8
  "bar"
8
9
  end
10
+
11
+ # Converts the object into textual markup given a specific format.
12
+ #
13
+ # @param format [Symbol] the format type, `:text` or `:html`
14
+ # @return [String] the object converted into the expected format.
15
+ def to_format(format = :html)
16
+ # format the object
17
+ end
9
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentation-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jojo the fripouille