This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Ruby, Rails, TextMate, JavaScript, Mac OSX, Subversion
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Ruby
Object.alias_class_method - adds a singleton/eigen/virtual/meta-class to the given instance which you can use to add methods.
assert{ 2.0 } - An interesting new gem that make your assertion definitions feel more natural.
Have you killed a design pattern today?
Timeout code execution - to ensure a snippet of Ruby code doesn’t run for too long you can [...]