Cuts

http://cuts.rubyforge.org

INTRODUCTION

Cuts is an expiremental implementation of cut-based AOP for Ruby.

RELEASE NOTES

Please see NOTES file.

RECENT CHANGES

Please see CHANGES file.

HOW TO INSTALL

Describe your installation procedure here.

To install with RubyGems simply open a console and type:

gem install cuts

To manually installation, download the tgz package and type:

tar -xvzf cuts-x.y.z.tgz
cd cuts-x.y.z.tgz
rake config
rake setup
rake install

USAGE

Describe how to use your library or application here.

LICENSE

Copyright (c) 2008 

This program is ditributed unser the terms of the MIT license.

Please see COPYING file.