polyfox/moon-maybe_copy

View on GitHub
README.md

Summary

Maintainability
Test Coverage
Moon Maybe Copy
===============
[![Build Status](https://travis-ci.org/polyfox/moon-maybe_copy.svg?branch=master)](https://travis-ci.org/polyfox/moon-maybe_copy)
[![Test Coverage](https://codeclimate.com/github/polyfox/moon-maybe_copy/badges/coverage.svg)](https://codeclimate.com/github/polyfox/moon-maybe_copy)
[![Inline docs](http://inch-ci.org/github/polyfox/moon-maybe_copy.svg?branch=master)](http://inch-ci.org/github/polyfox/moon-maybe_copy)
[![Code Climate](https://codeclimate.com/github/polyfox/moon-maybe_copy/badges/gpa.svg)](https://codeclimate.com/github/polyfox/moon-maybe_copy)

"Maybe your object will be copied, maybe not, but you don't have to know that."

## Usage
```ruby
"Egg".maybe_dup #=> "Egg"
1.maybe_dup #=> 1
```