On Oct 19, 2010, at 11:23 AM, Martin Kühl wrote:
On Tue, Oct 19, 2010 at 20:00, Dru Kepple <dru@summitprojects.commailto:dru@summitprojects.com> wrote: I've tried this:
puts "`"
Which still produces nothing.
you should be fine if you produce a backslash before the backtick in your output, i.e. something like puts "\`"
Thanks, Martin; yes, it's output mode is "Insert as Snippet." I guess that makes sense, then...it's interpreted once by Ruby then again by the Snippet Inserter (I think that's the official name, right?).
At any rate, escaping the escape works. Thanks!
+dru