Sha256: a1d392cdb2f99aa52a128677fd3a3558b7a6cce87a36b88c7240babe311ad408

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

rdd
===

[![Build Status](https://travis-ci.org/locochris/rdd.png)](https://travis-ci.org/locochris/rdd)
[![Gem Version](https://badge.fury.io/rb/rdd.png)](http://badge.fury.io/rb/rdd)
[![Dependency Status](https://gemnasium.com/locochris/rdd.png)](https://gemnasium.com/locochris/rdd)

Installation
---

```
gem install rdd
```

# Usage

* create a `spec/readme_spec.rb` spec file

``` ruby
require 'rdd/rspec'

describe_readme(File.expand_path('../../../README.md', __FILE__))
```

* run the spec

```
rspec -cfn spec/readme_spec.rb
```

# Example Usages
---

### Example: First example
``` ruby
p 1 + 1
# => 2
```

### Example: Second example
``` ruby
a = 6
b = 7
p a + b
# => 13
p a * b
# => 42
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdd-0.0.2 README.md