Sha256: bec29e8912c0be3f1c92ef371e168d75e066530619d55f1e80a2c7756ea34f3d
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 Bytes
Contents
dm-regex === [![Build Status](https://travis-ci.org/locochris/rdd.png)](https://travis-ci.org/locochris/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.1 | README.md |