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)
Sat Aug 16 14:47:55 -0700 2008
commit  bb4ed9b62df3a0130e5417a50e545d8c1e0e0014
tree    8904eaa55941d6424804692502c9d05601b60424
parent  b437e8d93bc1d11cd8b83edc600287e4e746f25a
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