Hi! How can I get the value of last evaluated expression in heroku console, just like with _ in plain irb or rails script/console?
$ heroku console >> 42 => 42 >> _ NameError: undefined local variable or method `_' for #<Object: 0x2b007e873350 @heroku_console_output=[]> -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
