Ask a Question related to Ruby, Design and Development.
-
Elias Athanasopoulos #1
modify a frozen object
Hello!
I get:
stress.rb:11:in `Get': can't modify frozen object (TypeError)
when I'm trying to create an object from a class method I have
defined in a ruby extension.
Imagine:
static VALUE cFoo_get(VALUE self)
{
VALUE obj;
...
return cBar_init(obj);
}
I am testong the bahaviour like this:
f = Foo.new
b = f.Get # now b is a new Bar instance?
Any ideas?
TIA,
--
University of Athens I bet the human brain
Physics Department is a kludge --Marvin Minsky
Elias Athanasopoulos Guest
-
1.8,frozen, and untaint
i'm getting error about calling untaint on a frozen object in 1.8 (kakiwiki). i've removed the call to untaint and things seem to work - but would... -
Help? Tools frozen on eraser.
Hi, I'm wondering if any one has run into this, or knows of a fix. I'm using Fireworks MX on Windows XP. I have one file which I've bee working... -
Sluggish and frozen
Whenever I am searching for an image to insert in an email or in a FrontPage web page, my computer wants to add the PS icon to each of the images in... -
Gnome 2.2 frozen on startup
Hi all: After an upgrade this morning of some small packages, like sylpheed-claws and some libraries, Gnome refusses to start after the displaying... -
Frozen Tools
First, what kind of platform and OS are you using? Have the tools ever worked correctly since installing Elements? Have you had any other problems...



Reply With Quote

