imc_artur 0.1.19 → 0.1.20

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 (56) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +17 -0
  3. data/imc_artur.gemspec +1 -1
  4. data/lib/imc_artur/version.rb +1 -1
  5. metadata +2 -52
  6. data/doc/ImcArtur/Error.html +0 -106
  7. data/doc/ImcArtur/Pessoa.html +0 -197
  8. data/doc/ImcArtur.html +0 -113
  9. data/doc/README_md.html +0 -124
  10. data/doc/Rakefile.html +0 -93
  11. data/doc/bin/setup.html +0 -97
  12. data/doc/created.rid +0 -9
  13. data/doc/css/fonts.css +0 -167
  14. data/doc/css/rdoc.css +0 -611
  15. data/doc/fonts/Lato-Light.ttf +0 -0
  16. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  17. data/doc/fonts/Lato-Regular.ttf +0 -0
  18. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  19. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  20. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  21. data/doc/images/add.png +0 -0
  22. data/doc/images/arrow_up.png +0 -0
  23. data/doc/images/brick.png +0 -0
  24. data/doc/images/brick_link.png +0 -0
  25. data/doc/images/bug.png +0 -0
  26. data/doc/images/bullet_black.png +0 -0
  27. data/doc/images/bullet_toggle_minus.png +0 -0
  28. data/doc/images/bullet_toggle_plus.png +0 -0
  29. data/doc/images/date.png +0 -0
  30. data/doc/images/delete.png +0 -0
  31. data/doc/images/find.png +0 -0
  32. data/doc/images/loadingAnimation.gif +0 -0
  33. data/doc/images/macFFBgHack.png +0 -0
  34. data/doc/images/package.png +0 -0
  35. data/doc/images/page_green.png +0 -0
  36. data/doc/images/page_white_text.png +0 -0
  37. data/doc/images/page_white_width.png +0 -0
  38. data/doc/images/plugin.png +0 -0
  39. data/doc/images/ruby.png +0 -0
  40. data/doc/images/tag_blue.png +0 -0
  41. data/doc/images/tag_green.png +0 -0
  42. data/doc/images/transparent.png +0 -0
  43. data/doc/images/wrench.png +0 -0
  44. data/doc/images/wrench_orange.png +0 -0
  45. data/doc/images/zoom.png +0 -0
  46. data/doc/imc_artur_gemspec.html +0 -107
  47. data/doc/index.html +0 -106
  48. data/doc/js/darkfish.js +0 -84
  49. data/doc/js/navigation.js +0 -105
  50. data/doc/js/navigation.js.gz +0 -0
  51. data/doc/js/search.js +0 -110
  52. data/doc/js/search_index.js +0 -1
  53. data/doc/js/search_index.js.gz +0 -0
  54. data/doc/js/searcher.js +0 -229
  55. data/doc/js/searcher.js.gz +0 -0
  56. data/doc/table_of_contents.html +0 -112
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3aee409da79e3f3c36cda3ce583da4b9116ccc0d6dbd7967095076ed240d2b4
4
- data.tar.gz: c08c9cea7ec91bda67b651204dd0a7374c7f97524b0d1f5e77b8df6ad8a93388
3
+ metadata.gz: 78eeff60bbecab8de5be138753a50364a71d4a1d0d6e0eec86e315bf9cd0a6c4
4
+ data.tar.gz: 0e6e1b91fd4d967a4110abc09fc435288c237ae453ee1e9154d9676fe382747d
5
5
  SHA512:
6
- metadata.gz: df9146e6ec557c89e0c2fd7c04ba3280e5f647ed2d365f04443c221eb213a3215c79a2b5a392b5d5cbdfcb22d7371320f66fbc18a44e17cef60598bb5c0afb36
7
- data.tar.gz: 52979a0eb772dd85510175492739728ca9dffa1c710a542a6835995cb11732b039fc9dc81a4074e45a99012d54c43e209aa064e4d23a0d925585b87e8525de36
6
+ metadata.gz: 2b1df148c3826895038a735342abb660be6bb6b561052b89ced17ece914f0ec9c0a10f900f7975af2fd3a062e3a516c5d3ac3bec792be5a19f41247250a83db0
7
+ data.tar.gz: 5372fffbda88eb51a1e6e0341013065ba95135b7bde238aa37ec5fa78ca6a6d509cdc8e7bb577a16808f82d8f67372ece029bf18fbd08f9782f4e36ae61c3de8
data/README.rdoc ADDED
@@ -0,0 +1,17 @@
1
+ # Gem imc_artur
2
+ Gem desenvolvida para calcular o imc
3
+
4
+ # Instalação
5
+ gem install imc_artur
6
+
7
+ #Usando
8
+
9
+ obj = ImcArtur::Pessoa.new
10
+
11
+ obj.peso_altura
12
+
13
+ print obj.calculo_imc
14
+
15
+ # Contribuição
16
+ email@example.com
17
+
data/imc_artur.gemspec CHANGED
@@ -2,7 +2,7 @@ require_relative 'lib/imc_artur/version'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "imc_artur"
5
- s.version = "0.1.19"
5
+ s.version = "0.1.20"
6
6
  s.description = "Calculo do IMC"
7
7
  s.summary = "Calcular o IMC"
8
8
  s.author = "Artur Camelo"
@@ -1,3 +1,3 @@
1
1
  module ImcArtur
2
- VERSION = "0.1.19"
2
+ VERSION = "0.1.20"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imc_artur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artur Camelo
@@ -16,58 +16,8 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - README.rdoc
19
20
  - Rakefile
20
- - doc/ImcArtur.html
21
- - doc/ImcArtur/Error.html
22
- - doc/ImcArtur/Pessoa.html
23
- - doc/README_md.html
24
- - doc/Rakefile.html
25
- - doc/bin/setup.html
26
- - doc/created.rid
27
- - doc/css/fonts.css
28
- - doc/css/rdoc.css
29
- - doc/fonts/Lato-Light.ttf
30
- - doc/fonts/Lato-LightItalic.ttf
31
- - doc/fonts/Lato-Regular.ttf
32
- - doc/fonts/Lato-RegularItalic.ttf
33
- - doc/fonts/SourceCodePro-Bold.ttf
34
- - doc/fonts/SourceCodePro-Regular.ttf
35
- - doc/images/add.png
36
- - doc/images/arrow_up.png
37
- - doc/images/brick.png
38
- - doc/images/brick_link.png
39
- - doc/images/bug.png
40
- - doc/images/bullet_black.png
41
- - doc/images/bullet_toggle_minus.png
42
- - doc/images/bullet_toggle_plus.png
43
- - doc/images/date.png
44
- - doc/images/delete.png
45
- - doc/images/find.png
46
- - doc/images/loadingAnimation.gif
47
- - doc/images/macFFBgHack.png
48
- - doc/images/package.png
49
- - doc/images/page_green.png
50
- - doc/images/page_white_text.png
51
- - doc/images/page_white_width.png
52
- - doc/images/plugin.png
53
- - doc/images/ruby.png
54
- - doc/images/tag_blue.png
55
- - doc/images/tag_green.png
56
- - doc/images/transparent.png
57
- - doc/images/wrench.png
58
- - doc/images/wrench_orange.png
59
- - doc/images/zoom.png
60
- - doc/imc_artur_gemspec.html
61
- - doc/index.html
62
- - doc/js/darkfish.js
63
- - doc/js/navigation.js
64
- - doc/js/navigation.js.gz
65
- - doc/js/search.js
66
- - doc/js/search_index.js
67
- - doc/js/search_index.js.gz
68
- - doc/js/searcher.js
69
- - doc/js/searcher.js.gz
70
- - doc/table_of_contents.html
71
21
  - imc_artur.gemspec
72
22
  - lib/imc_artur.rb
73
23
  - lib/imc_artur/version.rb
@@ -1,106 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class ImcArtur::Error - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- var index_rel_prefix = "../";
12
- </script>
13
-
14
- <script src="../js/navigation.js" defer></script>
15
- <script src="../js/search.js" defer></script>
16
- <script src="../js/search_index.js" defer></script>
17
- <script src="../js/searcher.js" defer></script>
18
- <script src="../js/darkfish.js" defer></script>
19
-
20
- <link href="../css/fonts.css" rel="stylesheet">
21
- <link href="../css/rdoc.css" rel="stylesheet">
22
-
23
-
24
-
25
-
26
- <body id="top" role="document" class="class">
27
- <nav role="navigation">
28
- <div id="project-navigation">
29
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
- <h2>
31
- <a href="../index.html" rel="home">Home</a>
32
- </h2>
33
-
34
- <div id="table-of-contents-navigation">
35
- <a href="../table_of_contents.html#pages">Pages</a>
36
- <a href="../table_of_contents.html#classes">Classes</a>
37
- <a href="../table_of_contents.html#methods">Methods</a>
38
- </div>
39
- </div>
40
-
41
- <div id="search-section" role="search" class="project-section initially-hidden">
42
- <form action="#" method="get" accept-charset="utf-8">
43
- <div id="search-field-wrapper">
44
- <input id="search-field" role="combobox" aria-label="Search"
45
- aria-autocomplete="list" aria-controls="search-results"
46
- type="text" name="search" placeholder="Search" spellcheck="false"
47
- title="Type to search, Up and Down to navigate, Enter to load">
48
- </div>
49
-
50
- <ul id="search-results" aria-label="Search Results"
51
- aria-busy="false" aria-expanded="false"
52
- aria-atomic="false" class="initially-hidden"></ul>
53
- </form>
54
- </div>
55
-
56
- </div>
57
-
58
-
59
-
60
- <div id="class-metadata">
61
-
62
- <div id="parent-class-section" class="nav-section">
63
- <h3>Parent</h3>
64
-
65
-
66
- <p class="link">StandardError
67
-
68
- </div>
69
-
70
-
71
-
72
-
73
- </div>
74
- </nav>
75
-
76
- <main role="main" aria-labelledby="class-ImcArtur::Error">
77
- <h1 id="class-ImcArtur::Error" class="class">
78
- class ImcArtur::Error
79
- </h1>
80
-
81
- <section class="description">
82
-
83
- </section>
84
-
85
-
86
- <section id="5Buntitled-5D" class="documentation-section">
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
- </section>
97
-
98
- </main>
99
-
100
-
101
- <footer id="validator-badges" role="contentinfo">
102
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
104
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
- </footer>
106
-
@@ -1,197 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class ImcArtur::Pessoa - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- var index_rel_prefix = "../";
12
- </script>
13
-
14
- <script src="../js/navigation.js" defer></script>
15
- <script src="../js/search.js" defer></script>
16
- <script src="../js/search_index.js" defer></script>
17
- <script src="../js/searcher.js" defer></script>
18
- <script src="../js/darkfish.js" defer></script>
19
-
20
- <link href="../css/fonts.css" rel="stylesheet">
21
- <link href="../css/rdoc.css" rel="stylesheet">
22
-
23
-
24
-
25
-
26
- <body id="top" role="document" class="class">
27
- <nav role="navigation">
28
- <div id="project-navigation">
29
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
- <h2>
31
- <a href="../index.html" rel="home">Home</a>
32
- </h2>
33
-
34
- <div id="table-of-contents-navigation">
35
- <a href="../table_of_contents.html#pages">Pages</a>
36
- <a href="../table_of_contents.html#classes">Classes</a>
37
- <a href="../table_of_contents.html#methods">Methods</a>
38
- </div>
39
- </div>
40
-
41
- <div id="search-section" role="search" class="project-section initially-hidden">
42
- <form action="#" method="get" accept-charset="utf-8">
43
- <div id="search-field-wrapper">
44
- <input id="search-field" role="combobox" aria-label="Search"
45
- aria-autocomplete="list" aria-controls="search-results"
46
- type="text" name="search" placeholder="Search" spellcheck="false"
47
- title="Type to search, Up and Down to navigate, Enter to load">
48
- </div>
49
-
50
- <ul id="search-results" aria-label="Search Results"
51
- aria-busy="false" aria-expanded="false"
52
- aria-atomic="false" class="initially-hidden"></ul>
53
- </form>
54
- </div>
55
-
56
- </div>
57
-
58
-
59
-
60
- <div id="class-metadata">
61
-
62
- <div id="parent-class-section" class="nav-section">
63
- <h3>Parent</h3>
64
-
65
-
66
- <p class="link">Object
67
-
68
- </div>
69
-
70
-
71
-
72
- <!-- Method Quickref -->
73
- <div id="method-list-section" class="nav-section">
74
- <h3>Methods</h3>
75
-
76
- <ul class="link-list" role="directory">
77
-
78
- <li ><a href="#method-i-calculo_imc">#calculo_imc</a>
79
-
80
- <li ><a href="#method-i-peso_altura">#peso_altura</a>
81
-
82
- </ul>
83
- </div>
84
-
85
- </div>
86
- </nav>
87
-
88
- <main role="main" aria-labelledby="class-ImcArtur::Pessoa">
89
- <h1 id="class-ImcArtur::Pessoa" class="class">
90
- class ImcArtur::Pessoa
91
- </h1>
92
-
93
- <section class="description">
94
-
95
- </section>
96
-
97
-
98
- <section id="5Buntitled-5D" class="documentation-section">
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
109
- <header>
110
- <h3>Public Instance Methods</h3>
111
- </header>
112
-
113
-
114
- <div id="method-i-calculo_imc" class="method-detail ">
115
-
116
- <div class="method-heading">
117
- <span class="method-name">calculo_imc</span><span
118
- class="method-args">()</span>
119
-
120
- <span class="method-click-advice">click to toggle source</span>
121
-
122
- </div>
123
-
124
-
125
- <div class="method-description">
126
-
127
- <p>Metodo que calcula o imc</p>
128
-
129
-
130
-
131
-
132
- <div class="method-source-code" id="calculo_imc-source">
133
- <pre><span class="ruby-comment"># File lib/imc_artur.rb, line 15</span>
134
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">calculo_imc</span>
135
- <span class="ruby-identifier">imc</span> = <span class="ruby-ivar">@peso</span><span class="ruby-operator">/</span>(<span class="ruby-ivar">@altura</span><span class="ruby-operator">**</span><span class="ruby-value">2</span>)
136
- <span class="ruby-keyword">return</span> <span class="ruby-node">&quot;Seu IMC É: #{imc.round(2)} kg/m².&quot;</span>
137
- <span class="ruby-keyword">end</span></pre>
138
- </div>
139
-
140
- </div>
141
-
142
-
143
-
144
-
145
- </div>
146
-
147
-
148
- <div id="method-i-peso_altura" class="method-detail ">
149
-
150
- <div class="method-heading">
151
- <span class="method-name">peso_altura</span><span
152
- class="method-args">()</span>
153
-
154
- <span class="method-click-advice">click to toggle source</span>
155
-
156
- </div>
157
-
158
-
159
- <div class="method-description">
160
-
161
- <p>Metodo que solicita peso e altura do usuario</p>
162
-
163
-
164
-
165
-
166
- <div class="method-source-code" id="peso_altura-source">
167
- <pre><span class="ruby-comment"># File lib/imc_artur.rb, line 7</span>
168
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">peso_altura</span>
169
- <span class="ruby-identifier">print</span> <span class="ruby-string">&quot;Informe sua altura: &quot;</span>
170
- <span class="ruby-ivar">@altura</span>= <span class="ruby-identifier">gets</span>.<span class="ruby-identifier">to_f</span>
171
- <span class="ruby-identifier">print</span> <span class="ruby-string">&quot;Informe seu peso: &quot;</span>
172
- <span class="ruby-ivar">@peso</span> = <span class="ruby-identifier">gets</span>.<span class="ruby-identifier">to_f</span>
173
- <span class="ruby-keyword">return</span> <span class="ruby-string">&quot;&quot;</span>
174
- <span class="ruby-keyword">end</span></pre>
175
- </div>
176
-
177
- </div>
178
-
179
-
180
-
181
-
182
- </div>
183
-
184
-
185
- </section>
186
-
187
- </section>
188
-
189
- </main>
190
-
191
-
192
- <footer id="validator-badges" role="contentinfo">
193
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
194
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
195
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
196
- </footer>
197
-
data/doc/ImcArtur.html DELETED
@@ -1,113 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>module ImcArtur - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "./";
11
- var index_rel_prefix = "./";
12
- </script>
13
-
14
- <script src="./js/navigation.js" defer></script>
15
- <script src="./js/search.js" defer></script>
16
- <script src="./js/search_index.js" defer></script>
17
- <script src="./js/searcher.js" defer></script>
18
- <script src="./js/darkfish.js" defer></script>
19
-
20
- <link href="./css/fonts.css" rel="stylesheet">
21
- <link href="./css/rdoc.css" rel="stylesheet">
22
-
23
-
24
-
25
-
26
- <body id="top" role="document" class="module">
27
- <nav role="navigation">
28
- <div id="project-navigation">
29
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
- <h2>
31
- <a href="./index.html" rel="home">Home</a>
32
- </h2>
33
-
34
- <div id="table-of-contents-navigation">
35
- <a href="./table_of_contents.html#pages">Pages</a>
36
- <a href="./table_of_contents.html#classes">Classes</a>
37
- <a href="./table_of_contents.html#methods">Methods</a>
38
- </div>
39
- </div>
40
-
41
- <div id="search-section" role="search" class="project-section initially-hidden">
42
- <form action="#" method="get" accept-charset="utf-8">
43
- <div id="search-field-wrapper">
44
- <input id="search-field" role="combobox" aria-label="Search"
45
- aria-autocomplete="list" aria-controls="search-results"
46
- type="text" name="search" placeholder="Search" spellcheck="false"
47
- title="Type to search, Up and Down to navigate, Enter to load">
48
- </div>
49
-
50
- <ul id="search-results" aria-label="Search Results"
51
- aria-busy="false" aria-expanded="false"
52
- aria-atomic="false" class="initially-hidden"></ul>
53
- </form>
54
- </div>
55
-
56
- </div>
57
-
58
-
59
-
60
- <div id="class-metadata">
61
-
62
-
63
-
64
-
65
-
66
- </div>
67
- </nav>
68
-
69
- <main role="main" aria-labelledby="module-ImcArtur">
70
- <h1 id="module-ImcArtur" class="module">
71
- module ImcArtur
72
- </h1>
73
-
74
- <section class="description">
75
-
76
- </section>
77
-
78
-
79
- <section id="5Buntitled-5D" class="documentation-section">
80
-
81
-
82
-
83
-
84
-
85
- <section class="constants-list">
86
- <header>
87
- <h3>Constants</h3>
88
- </header>
89
- <dl>
90
-
91
- <dt id="VERSION">VERSION
92
-
93
- <dd>
94
-
95
-
96
- </dl>
97
- </section>
98
-
99
-
100
-
101
-
102
-
103
- </section>
104
-
105
- </main>
106
-
107
-
108
- <footer id="validator-badges" role="contentinfo">
109
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
110
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
111
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
112
- </footer>
113
-
data/doc/README_md.html DELETED
@@ -1,124 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>README - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "./";
11
- var index_rel_prefix = "./";
12
- </script>
13
-
14
- <script src="./js/navigation.js" defer></script>
15
- <script src="./js/search.js" defer></script>
16
- <script src="./js/search_index.js" defer></script>
17
- <script src="./js/searcher.js" defer></script>
18
- <script src="./js/darkfish.js" defer></script>
19
-
20
- <link href="./css/fonts.css" rel="stylesheet">
21
- <link href="./css/rdoc.css" rel="stylesheet">
22
-
23
-
24
-
25
-
26
- <body id="top" role="document" class="file">
27
- <nav role="navigation">
28
- <div id="project-navigation">
29
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
- <h2>
31
- <a href="./index.html" rel="home">Home</a>
32
- </h2>
33
-
34
- <div id="table-of-contents-navigation">
35
- <a href="./table_of_contents.html#pages">Pages</a>
36
- <a href="./table_of_contents.html#classes">Classes</a>
37
- <a href="./table_of_contents.html#methods">Methods</a>
38
- </div>
39
- </div>
40
-
41
- <div id="search-section" role="search" class="project-section initially-hidden">
42
- <form action="#" method="get" accept-charset="utf-8">
43
- <div id="search-field-wrapper">
44
- <input id="search-field" role="combobox" aria-label="Search"
45
- aria-autocomplete="list" aria-controls="search-results"
46
- type="text" name="search" placeholder="Search" spellcheck="false"
47
- title="Type to search, Up and Down to navigate, Enter to load">
48
- </div>
49
-
50
- <ul id="search-results" aria-label="Search Results"
51
- aria-busy="false" aria-expanded="false"
52
- aria-atomic="false" class="initially-hidden"></ul>
53
- </form>
54
- </div>
55
-
56
- </div>
57
-
58
-
59
- <div class="nav-section">
60
- <h3>Table of Contents</h3>
61
-
62
- <ul class="link-list" role="directory">
63
- <li><a href="#label-Gem+imc_artur">Gem imc_artur</a>
64
- <li><a href="#label-Instala-C3-A7-C3-A3o">Instalação</a>
65
- <li><a href="#label-Usando">Usando</a>
66
- <li><a href="#label-Contribui-C3-A7-C3-A3o">Contribuição</a>
67
- </ul>
68
- </div>
69
-
70
-
71
- <div id="project-metadata">
72
- <div id="fileindex-section" class="nav-section">
73
- <h3>Pages</h3>
74
-
75
- <ul class="link-list">
76
-
77
- <li><a href="./README_md.html">README</a>
78
-
79
- <li><a href="./Rakefile.html">Rakefile</a>
80
-
81
- <li><a href="./bin/setup.html">setup</a>
82
-
83
- <li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
84
-
85
- </ul>
86
- </div>
87
-
88
- </div>
89
- </nav>
90
-
91
- <main role="main" aria-label="Page README.md">
92
-
93
- <h1 id="label-Gem+imc_artur">Gem imc_artur<span><a href="#label-Gem+imc_artur">&para;</a> <a href="#top">&uarr;</a></span></h1>
94
-
95
- <p>Gem desenvolvida para calcular o imc</p>
96
-
97
- <h1 id="label-Instala-C3-A7-C3-A3o">Instalação<span><a href="#label-Instala-C3-A7-C3-A3o">&para;</a> <a href="#top">&uarr;</a></span></h1>
98
-
99
- <pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-identifier">install</span> <span class="ruby-identifier">imc_artur</span>
100
- </pre>
101
-
102
- <h1 id="label-Usando">Usando<span><a href="#label-Usando">&para;</a> <a href="#top">&uarr;</a></span></h1>
103
-
104
- <pre class="ruby"><span class="ruby-identifier">obj</span> = <span class="ruby-constant">ImcArtur</span><span class="ruby-operator">::</span><span class="ruby-constant">Pessoa</span>.<span class="ruby-identifier">new</span>
105
-
106
- <span class="ruby-identifier">obj</span>.<span class="ruby-identifier">peso_altura</span>
107
-
108
- <span class="ruby-identifier">print</span> <span class="ruby-identifier">obj</span>.<span class="ruby-identifier">calculo_imc</span>
109
- </pre>
110
-
111
- <h1 id="label-Contribui-C3-A7-C3-A3o">Contribuição<span><a href="#label-Contribui-C3-A7-C3-A3o">&para;</a> <a href="#top">&uarr;</a></span></h1>
112
-
113
- <p>email@example.com</p>
114
-
115
- </main>
116
-
117
-
118
-
119
- <footer id="validator-badges" role="contentinfo">
120
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
121
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
122
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
123
- </footer>
124
-