- Jan 24, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed #346: Heredoc is not respected in line number calculation. And some other fixes and specs related to heredoc.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Renames LocalDependency to PathDependency
-
- Jan 23, 2015
-
-
Miguel Palhas authored
-
Miguel Palhas authored
-
Ary Borenszweig authored
Adds support for local dependencies in Projectfile
-
Ary Borenszweig authored
[Specs] Adds convenience method context
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Jan 22, 2015
-
-
Miguel Palhas authored
-
Miguel Palhas authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Add limit to all String#split variants
-
Zamith authored
Context does the same as describe, but is more semantic on some contexts (no pun intended).
-
- Jan 21, 2015
-
-
Jonne Haß authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
[String] Adds size method for strings
-
Zamith authored
This is something ruby supports and probaly the most used method to find the length of a string.
-
- Jan 19, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
RNG namespace for number generators
-
Julien Portalier authored
-
- Jan 18, 2015
-
-
Ary Borenszweig authored
Random::ISAAC pseudo random number generator
-
Julien Portalier authored
-
Julien Portalier authored
Enables to select an engine for Random. The Engine may be initialized with a seed and must respond to #next_number Removed Random#srand and other srand methods that don't work anymore (one may seed the Engine instead).
-
- Jan 17, 2015
-
-
Ary Borenszweig authored
Added conway and wordcount to examples (based on http://arthurtw.github.io/2015/01/12/quick-comparison-nim-vs-rust.html )
-
- Jan 16, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Use Mersenne Twister to generate random numbers.
-
Ary Borenszweig authored
-