We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c44fb commit c6b97a5Copy full SHA for c6b97a5
README.rdoc
@@ -62,10 +62,10 @@ This expression produces:
62
with the values 1, 2 and 3 from the beginning and we repeat that sequence of 1s, 2s
63
and 3s as long as there are more elements to fill.
64
65
-Arrays can be of any dimension. It you really want to try this you can but it's
+Arrays can be of any dimension. If you really want to try this you can but it's
66
between you and the Ruby runtime:
67
68
- [42].j(12 12 12 12 12 12 12 $')
+ [42].j('12 12 12 12 12 12 12 $')
69
70
The coup de grâce is the insert operator '/'. You can use it to insert an operator
71
between each element of an array and evaluate it. This is akin to Ruby's inject:
0 commit comments