Sha256: d31e69aa809c35df88f4fe1f29af98d0f6a100d5448ad7c358f4b4e55fc3a1be
Contents?: true
Size: 469 Bytes
Versions: 43
Compression:
Stored size: 469 Bytes
Contents
// -*- mode: objc -*- #import <Foundation/Foundation.h> #import <CRBValue.h> @interface RubySketch : NSObject typedef void (^RescueBlock) (CRBValue* exception); + (void) setup; + (BOOL) start; + (BOOL) startWithRescue: (RescueBlock) rescue; + (BOOL) start: (NSString*) path; + (BOOL) start: (NSString*) path rescue: (RescueBlock) rescue; + (void) setActiveReflexViewController: (id) reflexViewController; + (void) resetActiveReflexViewController; @end
Version data entries
43 entries across 43 versions & 1 rubygems