And the bindings keep rocking: Writing Ruby KIO slaves

It seems like I got into a hacking frenzy after yesterday’s Ruby plugins for Kate. Today I sat down and took another look at the KRubyPluginFactory to implement KIO slave support. So here it is, our very first Ruby Hello World KIO slave: # kate: space-indent on; indent-width 2; require ‘korundum4’ require ‘kio’ module Rubytest […]