Hi, I would like my Ruby command to replace the selected text, or show a tooltip in some situations.  I see there is a command for doing this with bash: exit_show_tool_tip.  However this:

puts `exit_show_tool_tip "Error message"`

isn't working for me.  Is there some way to do this from inside a Ruby command?

Thanks
Brandon