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.
Changes:
### 3.12.5 / 2019-10-08
* 1 bug fix:
* Fixed a race condition between testing for file existance and renaming. (spjsschl)
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.
Changes:
### 3.12.5 / 2019-10-08
* 1 bug fix:
* Fixed a race condition between testing for file existance and
renaming. (spjsschl)
this link rubyinline | software projects | by ryan davis gives
"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /ZSS/Products/RubyInline/ was not found on this server.
</p>
<hr>
<address>Apache Server at www.zenspider.com Port 443</address>
</body></html>
"