From: "Florian Groß" Date: 2007-03-29T00:25:06+09:00 Subject: Re: Execute as Ruby Code Service for OS X On 28 Mrz., 17:10, m...@tidbits.com (matt neuburg) wrote: > Just FYI, see also Bellhop, which allows you to use Ruby code *as* a > system service: > > > > Executing selected text would be a subset. m. Ah, that's an alternative to ThisService with more features then? ThisService allows you take anything the console executes and turn it into a service by feeding the selection to the service as STDIN and replacing it by STDOUT. My service is itself written in Ruby. :)