ruby-tcl

A minimal Ruby interface to libtcl. The library was originally written by Sam Stephenson. This edition was created by Mark J. Titorenko.

This fork uses the original C bindings written by Sam Stephenson in order to integrate with libtcl. For a FFI implementation, see 'https://github.com/factorypreset/ruby-tcl (which also contains some other additions/improvements to the library).

The original codebase is located at https://github.com/sstephenson/ruby-tcl

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it.