public
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Homepage:
Clone URL: git://github.com/mbleigh/mash.git
mbleigh (author)
Tue Jul 22 06:55:49 -0700 2008
commit  40e11f61dbf4ac184f1d0dd76e691afe75d0be56
tree    367ec05b24e97671877a7ae67edb24e695a8bf70
parent  e7bd3ecb863ecbabc56b161e78277661edb1b85e
mash / Rakefile
100644 8 lines (7 sloc) 0.168 kb
1
2
3
4
5
6
7
8
require 'rubygems'
require './lib/mash.rb'
require 'spec/rake/spectask'
 
desc "Run specs."
Spec::Rake::SpecTask.new("spec") do |t|
  t.spec_files = "spec/*_spec.rb"
end