Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in irb

Why doesn't Date.today work on Ruby console (irb)?

ruby-on-rails irb

Escape line breaks in puts output

ruby irb ruby-1.8.7

Call a method and initiate debugging from the rails console without editing the source code?

Basic Ruby Time Operations Not Working

ruby irb

How do I get method signatures or method descriptions in Ruby's irb?

ruby irb

rails 5: rails c doesn't show line number on error

How to run some default commands after firing the Rails console?

ruby-on-rails ruby 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?

Reload rubygems in irb?

ruby rubygems irb

Reload rubygem in IRB

ruby-on-rails ruby irb

Strange behavior with '_' (underscore) in Ruby

ruby irb