Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in irb

Why won't IRB work after I mistyped a string?

ruby irb

How do I get the "irb(main):001:0>" prompt instead of ">>"

ruby irb

Where does the variable "p" get it's value from in ruby if it's not defined explicitly?

ruby jruby irb

What's the difference between the ruby irb prompt modes?

ruby irb

rvm, irb and require - not working for installed gems under irb

ruby gem rvm irb

Rails console history command (via pry) -- can it be grepped or tailed?

ruby-on-rails history irb pry

See where a symbol is defined in irb

ruby-on-rails ruby irb

How to escape/exit in IRB after entering code that requires more input/does not execute right away [closed]

ruby irb

Customising IRB console for gem

ruby irb

How can a Ruby class detect the process name that runs it?

Rails: How to cancel current statements in rails console?

ruby-on-rails irb

IRB.start not starting

ruby gem irb

Strange irb behaviour, listing content current directory

ruby irb

running a Unit test from irb or pry

ruby testing irb pry

Why Module.methods() and respond_to? works differently in irb than in script?

Can not use variable in IRB after var = Watir::Browser.start 'url'

ruby watir watir-webdriver irb

Rails check if IRB console or webpage

ruby-on-rails irb

Reload rubygems in irb?

ruby rubygems irb

Reload rubygem in IRB

ruby-on-rails ruby irb

Strange behavior with '_' (underscore) in Ruby

ruby irb