Use invalid ruby as valid DSL?

Hi.

I want to enable this:

jquery +

In ruby, I can get away with this:

jquery :+

Then ruby will treat it as a symbol, jquery
can be a method call.

Is there any way to get rid of the : though?

I could put it into a block and then parse
it or something?

I would like to write a DSL that uses only

  • and -