Displaying 3 results from an estimated 3 matches for "rubytalk".
Did you mean:
rubytalks
2012 Feb 29
1
can't convert Fixnum into String in relativity
good day i read about relativity gem but when i try to use it and make
a test file and build it gives me an error
=test.rb=
<pre>
require ''relativity''
opens_at = DayTime.new(9) #=> 09:00:00
closes_at = DayTime.new(12,30) #=> 12:30:00
</pre>
<pre>
/home/start/.rvm/gems/ruby-1.9.2-p290/gems/relativity-0.0.8/lib/
relativity/day_time/new.rb:24:in
2005 Mar 14
11
[Fwd: Re: Help a newbie pick a gui tool kit]
Hey Guys,
This just came over the rubytalk list. Does anybody have any Debian
experience?
BTW, one thing this project *really* could use is people to package
wxruby for <your distro here>. You don''t need SWIG/C++ experience for
it, and a little work could help a lot of people.
Nick
-------- Original Message --------
Sub...
2005 Jul 31
0
work with dbdbd file
work with dbdbd fileHi All!
To begin with sorry for my bad English :-)
I use dbdbd for my project:
..
db = DBDB.new("%7c%1c%2c%")
#db.uniq_key = 2
db.tie(file_name)
db.read
..
In the end I need to delete file that I use.
But "File.delete(file_name)" or "File.unlink(file_name)"
It shows:
"Permission denied - AS400_IMPORT/WDB.X105070727"
Does any one know