[ANN] un 1.0.0 Released

A

ara.t.howard

un version 1.0.0 has been released!

* <http://rubyforge.org/projects/seattlerb>

un provides unextend and uninclude to allow for a better
prototype-oriented programming experience.

Changes:

### 1.0.0 / 2008-11-07

* 1 major enhancement

* Birthday!

* <http://rubyforge.org/projects/seattlerb>



cfp:~ > ruby -r un -e 'puts "ruh-roh!"'
ruh-roh!


cfp:~ > head /opt/local/lib/ruby/1.8/un.rb
#
# = un.rb
#
# Copyright (c) 2003 WATANABE Hirofumi <[email protected]>
#
# This program is free software.
# You can distribute/modify this program under the same terms of Ruby.
#
# == Utilities to replace common UNIX commands in Makefiles etc
#


problem?

a @ http://codeforpeople.com/
 
R

Ryan Davis

cfp:~ > ruby -r un -e 'puts "ruh-roh!"'
ruh-roh!

problem?

gah. I forgot about it... I doubt much of anyone uses the stdlib
un.rb, but given this additional problem, I should still prolly rename
it:

520 % ruby -e 'require "rubygems"; require "un"; p Un::VERSION'
-e:1: uninitialized constant Un (NameError)

bad

521 % ruby -e 'require "rubygems"; gem "un"; require "un"; p
Un::VERSION'
"1.0.0"

good enough, but kinda lame
 
T

Trans

oh... the irony...

If you want to ask me about a project of mine, feel free. But I'm
asking you about yours, b/c I want to understand the relative merits
of the different approaches.

T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top