Sha256: fd6bd9bf5b2ed917fe43e86808fc6b5d2f31f7a02669be4fc8066873d23465ce

Contents?: true

Size: 735 Bytes

Versions: 2

Compression:

Stored size: 735 Bytes

Contents

TODO
* Figure out how to fix the error when running rake test
* Allowing use of "have_library"
* Other mkmf functions?

STARTED
* Adding constructor
  - Test constructor arguments

DONE
* Adding -I entries
* Adding -L and -l entries 
* Adding classes to global (define_class)
* Adding modules
* Adding methods to modules (define_module_function)
* Adding classes to modules / other classes (define_class_under)
* Adding methods to classes (.define_method)
* Adding classes to classes (ad infinitum)
* Look into file naming when dealing with Modules
* Nested Modules

No longer waiting on rice - just building a wrapper myself now. 
* Adding global methods (Kernel-level methods)
* Adding class-level methods (define_singleton_method)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbplusplus-0.1.1 TODO
rbplusplus-0.1 TODO