RubyEval in SublimeText2

From the link: GitHub - jugyo/SublimeRubyEval: Evaluate the selection in ♥♥♥Ruby♥♥♥, and print the result. and
http://kevinthompson.info/blog/2013/02/07/execute-ruby-code-inside-of-sublime-text.html.

I got a good link to run the code in the editor itself like IRB. I
have installed “RubyEval” using the ST2 package manger. Now can’t
understand how to run the code?

what is super+k command? I don’t understand what’s the hot key to run
the code?

can anyone help me for the same?

Super is Command-key on Mac and Win-key on PC.
Additionally, verify if you have in Keys Preferences something like
that: {“keys”: [“super+k”],“command”: “ruby_eval”}

Saludos,
Ulises Cabanillas
Sent with Airmail
On 30 de mayo de 2013 at 17:13:06, Love U Ruby ([email protected])
wrote:
From the link: GitHub - jugyo/SublimeRubyEval: Evaluate the selection in ♥♥♥Ruby♥♥♥, and print the result. and
http://kevinthompson.info/blog/2013/02/07/execute-ruby-code-inside-of-sublime-text.html.

I got a good link to run the code in the editor itself like IRB. I
have installed “RubyEval” using the ST2 package manger. Now can’t
understand how to run the code?

what is super+k command? I don’t understand what’s the hot key to run
the code?

can anyone help me for the same?


Posted via http://www.ruby-forum.com/.


You received this message because you are subscribed to the Google
Groups “Ruby on Rails: Talk” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/ed087ca6d06fd92fbc94ca7defc89d2e%40ruby-forum.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.

Ulises Cabanillas wrote in post #1110998:

Super is Command-key on Mac and Win-key on PC.
Additionally, verify if you have in Keys Preferences something like
that: {“keys”: [“super+k”],“command”: “ruby_eval”}

Yes,I checked the that it is there. But still the code is not running
with super+k.

please help!

Yes, that has been configured. but when pressed super + k. nothing
comes.