Displaying 2 results from an estimated 2 matches for "rubyobject".
Did you mean:
byobject
2008 Feb 02
1
Ruby++ FFI (theoretical)
...do mixins, though. Some sort of special directive?
Or just add it to inheritance chain?
Anyway, this is just a rough prototype. No attempt at an actual
implementation yet.
Regards,
Dan
// foo.h - Function prototypes
#define _FOO_H_
using namespace ruby;
// Subclass Object
class Foo : public RubyObject {
public:
// Constructor and Destructor
Foo(); // constructor
~Foo(); // destructor
// Instance Methods
VALUE method_a();
VALUE method_b(VALUE);
// Singleton Methods
static VALUE method_c(VALUE);
};
// foo.cpp - Implementation
#includ...
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks,
Just a quick message saying that, after much demand, I wrote a quick
write-up for the RoR + XUL thing I did yesterday:
http://www.zedshaw.com/blog/programming/ruby_xul.html
It lays out the few simple things I did, has a bit of rant on an
unrelated topic, and other stuff but it''s short still.
On a related note, I''d like to thank "xal" on IRC for reminding