is this thing on?

Wed Oct 31

fixing ruby inline in leopard

inside the ruby inline gem:

lib/inline.rb:387

before: flags = @flags.join(’ ‘)

after: flags = @flags.join(’ ‘)  + ’ -lruby’

all better!

Comments (View)
blog comments powered by Disqus