Sha256: e0728de998e67c7c4b3507d2f90a57d6cd6371efa02933b385f3befd96eaee9b
Contents?: true
Size: 249 Bytes
Versions: 17
Compression:
Stored size: 249 Bytes
Contents
#import <Foundation/Foundation.h> #import "IMethodResult.h" #import "ruby/ext/rho/rhoruby.h" @interface CRubyConverter : NSObject { } + (VALUE) convertToRuby:(NSObject*)objectiveC_value; + (NSObject*) convertFromRuby:(VALUE)ruby_value; @end
Version data entries
17 entries across 17 versions & 2 rubygems