RubyApril 24, 2012344Views0Likes Ruby – Access a module like an array I found a cool way to access a module like an array: module Fruits @fruits = ["Banana", "Apple", "Melon"] def…Read More
RubyApril 11, 2012622Views0Likes Ruby on Rails – Stub Remote IP with RSpec Today I wanted to simulate an external IP request with RSpec (2.8.0) and Rails (3.1). Unfortunately Google didn’t reveal much upon a…Read More
Quotes, RubyJanuary 8, 2012267Views0Likes Convincing people to write tests However, it’s still a lot of work to convince people that writing tests that are often longer than their implementation code can…Read More