root/trunk/Plug-Ins/Ruby Support/JVRubyPluginLoader.h

Revision 2887, 201 bytes (checked in by timothy, 3 years ago)

Adds Ruby script support. This requires RubyCocoa? to be installed, available at http://rubycocoa.sourceforge.net
Ruby has a bad habit of crashing when parsing malformed scripts. That needs to be solved still.

Line 
1 #import "MVChatPluginManager.h"
2
3 @interface JVRubyPluginLoader : NSObject <MVChatPlugin> {
4         MVChatPluginManager *_manager;
5         BOOL _rubyCocoaInstalled;
6 }
7 - (void) loadPluginNamed:(NSString *) name;
8 @end
Note: See TracBrowser for help on using the browser.