You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you run irb + live console in one windows, then do
raise
I get this:
/home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:160:in output': private methodgsub' called for RuntimeError:Class (NoMethodError)
from /home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:160:in each' from /home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:160:inoutput'
from /home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:172:in print' from /usr/local/lib/ruby/1.8/irb.rb:159:ineval_input'
from /usr/local/lib/ruby/1.8/irb.rb:263:in signal_status' from /usr/local/lib/ruby/1.8/irb.rb:147:ineval_input'
from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:244:in each_top_level_statement' from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:230:inloop'
from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:230:in each_top_level_statement' from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:229:incatch'
from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:229:in each_top_level_statement' from /usr/local/lib/ruby/1.8/irb.rb:146:ineval_input'
from /usr/local/lib/ruby/1.8/irb.rb:70:in start' from /usr/local/lib/ruby/1.8/irb.rb:69:incatch'
from /usr/local/lib/ruby/1.8/irb.rb:69:in `start'
from /usr/local/bin/irb:13
and the local irb ends
The text was updated successfully, but these errors were encountered:
if you run irb + live console in one windows, then do
I get this:
/home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:160:in
output': private method
gsub' called for RuntimeError:Class (NoMethodError)from /home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:160:in
each' from /home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:160:in
output'from /home/rdp/.gem/ruby/1.8/gems/live_console-0.2.2.3/lib/live_console.rb:172:in
print' from /usr/local/lib/ruby/1.8/irb.rb:159:in
eval_input'from /usr/local/lib/ruby/1.8/irb.rb:263:in
signal_status' from /usr/local/lib/ruby/1.8/irb.rb:147:in
eval_input'from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:244:in
each_top_level_statement' from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:230:in
loop'from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:230:in
each_top_level_statement' from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:229:in
catch'from /usr/local/lib/ruby/1.8/irb/ruby-lex.rb:229:in
each_top_level_statement' from /usr/local/lib/ruby/1.8/irb.rb:146:in
eval_input'from /usr/local/lib/ruby/1.8/irb.rb:70:in
start' from /usr/local/lib/ruby/1.8/irb.rb:69:in
catch'from /usr/local/lib/ruby/1.8/irb.rb:69:in `start'
from /usr/local/bin/irb:13
and the local irb ends
The text was updated successfully, but these errors were encountered: