Ask a Question related to Ruby, Design and Development.
-
T. Onoma #1
Re: Object Hashish (oops! forgot to proc)
i fogot a few procs in that last part. (like you noticed)
Package = { :package => proc { @package }, :package= => proc { |x| @package = x },
:version => proc { @version }, :version= => proc { |x| @version = x },
:initialize => proc { |package, version|
@package = package
@version = version
}
}
T. Onoma Guest
-
ANNOUNCE: OOPS 1.004 - Object Oriented Persistent Store
You can find this in CPAN at: http://www.cpan.org/authors/id/MUIR/modules/OOPS-0.1004.tar.gz -Dave ... -
oops
Sorry about both these stupid posts. Working on a function :-) -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject... -
ANNOUNCE: Initial release of OOPS - Object Oriented Persistent Store
You can find this in CPAN at http://www.cpan.org/authors/id/MUIR/modules/OOPS-0.1001.tar.gz or (until CPAN picks it up) at ... -
Duck Typing and Object Hashish
Been doing a little mail archive reading on Duck Typing, spurred on by Why!'s "What's Shiny and New Ruby 1.8.0"... -
Stored Proc as native connection object method
I'm having difficulty making a stored procedure with multiple input parameters work as a native method of the connection object. The only way I...



Reply With Quote

