GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Implements pattern-based method dispatch for Ruby, inspired by Topher Cyll's multi.
Clone URL: git://github.com/dyoder/functor.git
Allowing the guards test to be run from within the test directory.
ymendel (author)
Thu Aug 07 07:11:54 -0700 2008
commit  544552044e7dc3ab44fb5d38cd1fa055d802c5f1
tree    1beac800660303123eadd990e290afb0b48cd783
parent  13f33ae4eb057c003778dd219113b55caab37e20
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-require 'test/helpers'
0
+require "#{File.dirname(__FILE__)}/helpers"
0
 
0
 describe "Dispatch should support guards" do
0
   

Comments

    No one has commented yet.