mbleigh / mash

Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.

This URL has Read+Write access

judofyr (author)
Sat Aug 02 04:47:02 -0700 2008
commit  b437e8d93bc1d11cd8b83edc600287e4e746f25a
tree    8bc91637be7a6289715abc377caee32f09393708
parent  40e11f61dbf4ac184f1d0dd76e691afe75d0be56
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