imc_artur 0.1.22 → 0.1.23

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.md → README.rdoc} +4 -4
  3. data/imc_artur.gemspec +2 -2
  4. data/lib/imc_artur/version.rb +1 -1
  5. metadata +2 -53
  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: 195409fbb33d73fe53f7dafceda3f509af28853c137074cec0f7048de23d1b18
4
- data.tar.gz: 864c2cdd030f04e4ef2817abd975d9a2a8acb24a59aac03448fde6084dd7c106
3
+ metadata.gz: e2678957215b55bc489b556624432ab1af7e3e833f1df0f3853597a5a276d745
4
+ data.tar.gz: 6d849779705d51f5f44cb8846d209561e7250732e5cacd82e11c9302df580a6f
5
5
  SHA512:
6
- metadata.gz: 96f806e95bd4befbe23626c1cfc52e1b499a2019e9dc98dacc30dbc7dd3fcdeb60269f3fdfecba74fdc8beb9dfc84250311cdee0689299eae137100e3b35dbf3
7
- data.tar.gz: 3535bff663c6b042c1a36199221a471ceea7729db83e2a97e0e347098522a12cd6c466dd5c1d1024a2fd2c1c86a9f4ac1d2c6532a287a4e32352c91d0f93d4e6
6
+ metadata.gz: 59413a10c72d5117f2d28908e71849c46e36af0bc8ec3b9caf22a943ab5731aa70b0372d8b5d2153fdcc113cd5db3bb337dd1db384505dbc4aa62e0969a07fb6
7
+ data.tar.gz: da83cb0ae13ed9378766202c536ddd779e9af63902fead59f875bedc1fe779ec769ff39e8f47951cca3772b2edffbf8ed092dba71aec41acc2b1b30cab4d3bf9
@@ -1,10 +1,10 @@
1
- # Gem imc_artur
1
+ = Gem imc_artur
2
2
  Gem desenvolvida para calcular o imc
3
3
 
4
- # Instalação
4
+ = Instalação
5
5
  gem install imc_artur
6
6
 
7
- # Usando
7
+ = Usando
8
8
 
9
9
  obj = ImcArtur::Pessoa.new
10
10
 
@@ -12,5 +12,5 @@ Gem desenvolvida para calcular o imc
12
12
 
13
13
  print obj.calculo_imc
14
14
 
15
- # Contribuição
15
+ = Contribuição
16
16
  email@example.com
data/imc_artur.gemspec CHANGED
@@ -2,11 +2,11 @@ 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.22"
5
+ s.version = "0.1.23"
6
6
  s.description = "Calculo do IMC"
7
7
  s.summary = "Calcular o IMC"
8
8
  s.author = "Artur Camelo"
9
- s.files = Dir["{lib/**/*.rb,README.rdoc,test/**/*.rb,Rakefile,*.gemspec,doc/*,doc/**/*,README.md}"]
9
+ s.files = Dir["{lib/**/*.rb,README.rdoc,test/**/*.rb,Rakefile,*.gemspec}"]
10
10
  s.license = "MIT"
11
11
  s.homepage = ""
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module ImcArtur
2
- VERSION = "0.1.22"
2
+ VERSION = "0.1.23"
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.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artur Camelo
@@ -16,59 +16,8 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - README.md
19
+ - README.rdoc
20
20
  - Rakefile
21
- - doc/ImcArtur.html
22
- - doc/ImcArtur/Error.html
23
- - doc/ImcArtur/Pessoa.html
24
- - doc/README_md.html
25
- - doc/Rakefile.html
26
- - doc/bin/setup.html
27
- - doc/created.rid
28
- - doc/css/fonts.css
29
- - doc/css/rdoc.css
30
- - doc/fonts/Lato-Light.ttf
31
- - doc/fonts/Lato-LightItalic.ttf
32
- - doc/fonts/Lato-Regular.ttf
33
- - doc/fonts/Lato-RegularItalic.ttf
34
- - doc/fonts/SourceCodePro-Bold.ttf
35
- - doc/fonts/SourceCodePro-Regular.ttf
36
- - doc/images/add.png
37
- - doc/images/arrow_up.png
38
- - doc/images/brick.png
39
- - doc/images/brick_link.png
40
- - doc/images/bug.png
41
- - doc/images/bullet_black.png
42
- - doc/images/bullet_toggle_minus.png
43
- - doc/images/bullet_toggle_plus.png
44
- - doc/images/date.png
45
- - doc/images/delete.png
46
- - doc/images/find.png
47
- - doc/images/loadingAnimation.gif
48
- - doc/images/macFFBgHack.png
49
- - doc/images/package.png
50
- - doc/images/page_green.png
51
- - doc/images/page_white_text.png
52
- - doc/images/page_white_width.png
53
- - doc/images/plugin.png
54
- - doc/images/ruby.png
55
- - doc/images/tag_blue.png
56
- - doc/images/tag_green.png
57
- - doc/images/transparent.png
58
- - doc/images/wrench.png
59
- - doc/images/wrench_orange.png
60
- - doc/images/zoom.png
61
- - doc/imc_artur_gemspec.html
62
- - doc/index.html
63
- - doc/js/darkfish.js
64
- - doc/js/navigation.js
65
- - doc/js/navigation.js.gz
66
- - doc/js/search.js
67
- - doc/js/search_index.js
68
- - doc/js/search_index.js.gz
69
- - doc/js/searcher.js
70
- - doc/js/searcher.js.gz
71
- - doc/table_of_contents.html
72
21
  - imc_artur.gemspec
73
22
  - lib/imc_artur.rb
74
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
-