<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>file.README.html - RDoc Documentation</title> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/darkfish.js"></script> <link href="../css/fonts.css" rel="stylesheet"> <link href="../css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="file"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../table_of_contents.html#pages">Pages</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="project-metadata"> <div id="fileindex-section" class="nav-section"> <h3>Pages</h3> <ul class="link-list"> <li><a href="../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a> <li><a href="../Gemfile.html">Gemfile</a> <li><a href="../Gemfile_lock.html">Gemfile.lock</a> <li><a href="../Guardfile.html">Guardfile</a> <li><a href="../LICENSE_txt.html">LICENSE</a> <li><a href="../README_md.html">README</a> <li><a href="../Rakefile.html">Rakefile</a> <li><a href="../alimento_gemspec.html">alimento.gemspec</a> <li><a href="../bin/setup.html">setup</a> <li><a href="../docs/Alimento_html.html">Alimento.html</a> <li><a href="../docs/Alimento/Alimento_html.html">Alimento.html</a> <li><a href="../docs/Alimento/GrupoAlimentos_html.html">GrupoAlimentos.html</a> <li><a href="../docs/Alimento/Lista_html.html">Lista.html</a> <li><a href="../docs/Alimento/Nodo_html.html">Nodo.html</a> <li><a href="../docs/_index_html.html">_index.html</a> <li><a href="../docs/class_list_html.html">class_list.html</a> <li><a href="../docs/css/common_css.html">common.css</a> <li><a href="../docs/css/full_list_css.html">full_list.css</a> <li><a href="../docs/css/style_css.html">style.css</a> <li><a href="../docs/file_README_html.html">file.README.html</a> <li><a href="../docs/file_list_html.html">file_list.html</a> <li><a href="../docs/frames_html.html">frames.html</a> <li><a href="../docs/index_html.html">index.html</a> <li><a href="../docs/js/app_js.html">app.js</a> <li><a href="../docs/js/full_list_js.html">full_list.js</a> <li><a href="../docs/js/jquery_js.html">jquery.js</a> <li><a href="../docs/method_list_html.html">method_list.html</a> <li><a href="../docs/top-level-namespace_html.html">top-level-namespace.html</a> </ul> </div> </div> </nav> <main role="main" aria-label="Page docs/file.README.html"> <p><!DOCTYPE html> <html></p> <pre><head> <meta charset="UTF-8"></pre> <p><meta name=“viewport” content=“width=device-width, initial-scale=1.0”> <title></p> <pre>File: README &mdash; Documentation by YARD 0.9.9</pre> <p></title></p> <pre><link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" /></pre> <p><script type=“text/javascript” charset=“utf-8”></p> <pre class="ruby"><span class="ruby-identifier">pathId</span> = <span class="ruby-string">"README"</span>; <span class="ruby-identifier">relpath</span> = <span class="ruby-string">''</span>; </pre> <p></script></p> <pre><script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="js/app.js"></script> </head> <body> <div class="nav_wrap"> <iframe id="nav" src="file_list.html?1"></iframe> <div id="resizer"></div> </div> <div id="main" tabindex="-1"> <div id="header"> <div id="menu"> <a href="_index.html">Index</a> &raquo; <span class="title">File: README</span></pre> <p></div></p> <pre> <div id="search"> <a class="full_list_link" id="class_list_link" href="class_list.html"> <svg width="24" height="24"> <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> </svg> </a></pre> <p></div></p> <pre> <div class="clear"></div> </div> <div id="content"><div id='filecontents'></pre> <p><h1 id=“label-Alimento”>Alimento</h1></p> <p><p>Welcome to your new gem! In this directory, you&#39;ll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file <code>lib/alimento</code>. To experiment with that code, run <code>bin/console</code> for an interactive prompt.</p></p> <p><p>TODO: Delete this and the text above, and describe your gem</p></p> <p><h2 id=“label-Installation”>Installation</h2></p> <p><p>Add this line to your application&#39;s Gemfile:</p></p> <p><pre class=“code ruby”><code class=“ruby”><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>alimento</span><span class='tstring_end'>&#39;</span></span> </code></pre></p> <p><p>And then execute:</p></p> <p><pre class=“code ruby”><code class=“ruby”>$ bundle</code></pre></p> <p><p>Or install it yourself as:</p></p> <p><pre class=“code ruby”><code class=“ruby”>$ gem install alimento</code></pre></p> <p><h2 id=“label-Usage”>Usage</h2></p> <p><p>TODO: Write usage instructions here</p></p> <p><h2 id=“label-Development”>Development</h2></p> <p><p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p></p> <p><p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and tags, and push the <code>.gem</code> file to <a href=“<a href="https://rubygems.org">rubygems.org</a>.</p">rubygems.org”>rubygems.org</a>.</p</a>></p> <p><h2 id=“label-Contributing”>Contributing</h2></p> <p><p>Bug reports and pull requests are welcome on GitHub at <a href=“https://github.com/[USERNAME]/alimento”>github.com/[USERNAME]/alimento</a>. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="<a href="http://contributor-covenant.org">Contributor“>contributor-covenant.org”>Contributor</a> Covenant</a> code of conduct.</p></p> <p><h2 id=“label-License”>License</h2></p> <p><p>The gem is available as open source under the terms of the <a href=“<a href="http://opensource.org/licenses/MIT">MIT”>opensource.org/licenses/MIT“>MIT</a> License</a>.</p></p> <p><h2 id=“label-Code+of+Conduct”>Code of Conduct</h2></p> <p><p>Everyone interacting in the <a href="../Alimento.html">Alimento</a> project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the of conduct[https://github.com/[USERNAME]/alimento/blob/master/CODE_OF_CONDUCT.md].</p> </div></div></p> <pre> <div id="footer"> Generated on Fri Nov 17 00:05:17 2017 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.9 (ruby-2.3.0).</pre> <p></div></p> <pre> </div> </body></pre> <p></html></p> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>