rlet 0.5 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +13 -0
- metadata +1 -1
data/README.md
CHANGED
|
@@ -12,6 +12,19 @@ lazy-evaluation and class-based scoping.
|
|
|
12
12
|
|
|
13
13
|
This is based on RSpec let(). Tutorials and documentation are forthcoming.
|
|
14
14
|
|
|
15
|
+
INSTALLING
|
|
16
|
+
====
|
|
17
|
+
|
|
18
|
+
gem install rlet
|
|
19
|
+
|
|
20
|
+
Or from bundler
|
|
21
|
+
|
|
22
|
+
gem 'rlet'
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
USAGE
|
|
26
|
+
====
|
|
27
|
+
|
|
15
28
|
The gems contain two modules, Let and Concern. You can use them like so:
|
|
16
29
|
|
|
17
30
|
require 'rlet'
|