Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions gems-with-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ Further Reading
* Interfaces to C libraries can be written using ruby and
[fiddle](https://docs.ruby-lang.org/en/master/Fiddle.html) (part
of the standard library) or [ruby-ffi](https://github.com/ffi/ffi)
* [Extending Ruby](https://ruby-doc.com/docs/ProgrammingRuby/html/ext_ruby.html)
is a [Programming Ruby](http://docs.ruby-doc.com/docs/ProgrammingRuby/)
book chapter about building C extensions. _Please note_: this content is somewhat
older and some C extension APIs have changed.

[extension.rdoc]: https://github.com/ruby/ruby/blob/master/doc/extension.rdoc
[mkmf.rb]: https://github.com/ruby/ruby/blob/master/lib/mkmf.rb
Expand Down
Loading