def enumerate_infinitely_with(expected)
simple_matcher('enumerate infinitely with') do |given, matcher|
matcher.failure_message = "expected #{given} to enumerate infinitely with #{expected}"
...
Ruby On RSpec example does not cont...
by Ollie ,
December 23, 2008 07:13
Whoops! I missed this featu...
<?php
foreach ($this->uriPatternSegments as $uriPatternSegment) {
foreach ($uriPatternSegment as $routePart) {
...
PHP On Bad readability in Routing ...
by Ollie ,
December 23, 2008 06:19
Thanks for posting bwaideli...
Ruby On Conditionally deleting colu...
by Ollie ,
December 23, 2008 05:57
The ideal solution (from a ...
module CustomMatchers def enumerate_infinitely_with_inf ...
Ruby On RSpec example does not cont...
by Ollie ,
December 23, 2008 05:22
Thanks for your comments so...
def with_infinity(date_unit) limit = 20 (date_unit..Inf).each do |x| ...
Ruby RSpec example does not cont...
This piece of code specifie...
# A set of monkey patches for the ruby programmer who isn't yet satisified with the core library class Object # useful for reflection ...
Ruby A Set of Monkey Patches for...
I find ruby's core library ...

Good, I'm glad it helped. M...