RubyGems.org

RubyInline

3.8.5

Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it. You can even write extra builders that will allow you to write inlined code in any language. Use Inline::C as a template and look at Module#inline for the required API.

installgem install RubyInline
Authors

Ryan Davis

51,540 total downloads 295 for this version
Versions
  1. 3.8.5 September 1, 2010
  2. 3.8.4 December 9, 2009
  3. 3.8.3 August 7, 2009
  4. 3.8.2 June 23, 2009
  5. 3.8.1 October 24, 2008
Show all versions (23 total)
Runtime Dependencies
  1. ZenTest ~> 4.3.0