ShogunPanda/lazier

View on GitHub
docs/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
  File: README
  
    &mdash; Documentation by YARD 0.9.5
  
</title>

  <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" />

<script type="text/javascript" charset="utf-8">
  pathId = "README";
  relpath = '';
</script>


  <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="class_list.html"></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>
  
</div>

        <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>
  
</div>
        <div class="clear"></div>
      </div>

      <iframe id="search_frame" src="class_list.html"></iframe>

      <div id="content"><div id='filecontents'><h1 id="lazier">lazier</h1>

<p><a href="http://badge.fury.io/rb/lazier"><img src="https://badge.fury.io/rb/lazier.png" alt="Gem Version" /></a>
<a href="https://gemnasium.com/ShogunPanda/lazier"><img src="https://gemnasium.com/ShogunPanda/lazier.png?travis" alt="Dependency Status" /></a>
<a href="http://travis-ci.org/ShogunPanda/lazier"><img src="https://secure.travis-ci.org/ShogunPanda/lazier.png?branch=master" alt="Build Status" /></a>
<a href="https://codeclimate.com/github/ShogunPanda/lazier"><img src="https://codeclimate.com/github/ShogunPanda/lazier.png" alt="Code Climate" /></a>
<a href="https://coveralls.io/github/ShogunPanda/lazier?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/lazier/badge.svg?branch=master" alt="Coverage Status" /></a></p>

<p>Several Ruby object enhancements.</p>

<p>https://sw.cowtech.it/lazier</p>

<h2 id="usage">Usage</h2>

<p><code>ruby
require "lazier"
Lazier.load!
</code></p>

<p>That’s all!
See documentation for more informations.</p>

<h2 id="supported-implementations">Supported implementations.</h2>

<p>A Ruby 2.1 implementation is required.</p>

<h2 id="api-documentation">API Documentation</h2>

<p>The API documentation can be found <a href="https://sw.cowtech.it/lazier/docs">here</a>.</p>

<h2 id="contributing-to-lazier">Contributing to lazier</h2>

<ul>
  <li>Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.</li>
  <li>Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.</li>
  <li>Fork the project.</li>
  <li>Start a feature/bugfix branch.</li>
  <li>Commit and push until you are happy with your contribution.</li>
  <li>Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.</li>
  <li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
</ul>

<h2 id="copyright">Copyright</h2>

<p>Copyright (C) 2013 and above Shogun (shogun@cowtech.it).</p>

<p>Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.</p>
</div></div>

      <div id="footer">
  Generated on Thu Nov 10 11:39:23 2016 by
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
  0.9.5 (ruby-2.3.0).
</div>

    </div>
  </body>
</html>