rewrite 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rewrite/prelude/try.rb +1 -2
- data/lib/rewrite/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +1 -1
data/lib/rewrite/prelude/try.rb
CHANGED
@@ -17,8 +17,7 @@ module Rewrite
|
|
17
17
|
# ...
|
18
18
|
# end
|
19
19
|
#
|
20
|
-
# Based on "try()":http://ozmm.org/posts/try.html by Chris Wanstrath
|
21
|
-
# with method chaining syntax instead of with a send-like syntax.
|
20
|
+
# Based on "try()":http://ozmm.org/posts/try.html by Chris Wanstrath
|
22
21
|
#
|
23
22
|
# It also works with parameters, blocks, and procs passed as blocks.
|
24
23
|
#
|
data/lib/rewrite/version.rb
CHANGED
data/website/index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<h1>rewrite</h1>
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rewrite"; return false'>
|
35
35
|
<p>Get Version</p>
|
36
|
-
<a href="http://rubyforge.org/projects/rewrite" class="numbers">0.0.
|
36
|
+
<a href="http://rubyforge.org/projects/rewrite" class="numbers">0.0.6</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ ‘rewrite’</h1>
|
39
39
|
|