Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in irb

How do I quit from debugger without exiting my IRB session?

ruby-on-rails ruby irb

Is /etc/irbrc installed by OS X? Does irb read it?

ruby macos irb

IRB - Ruby 1.9.x hash syntax: {if: true} is not equal to {:if => true}

rails console with wirble?

How to print a string with a backward slash in Ruby

Why did I get "main.using is permitted only at toplevel" when I used a Refinement in IRB?

ruby irb refinements

File.open and blocks in Ruby 1.8.7

ruby file-io irb

In Ruby, if you assign a function to a variable, why does it automatically run?

ruby methods irb

loading documents on IRB ruby

irb

Rails irb default directory

ruby irb

Singleton class and instance variables

ruby eval irb

Ruby: overriding the puts method

ruby irb

How to incorporate Interactive Ruby into my development process?

ruby debugging irb

Reading docs in irb

ruby-on-rails ruby irb

Why Active Record relation is not returned in console?

Using ice_cube Ruby gem in IRB

ruby gem irb ice-cube

How can a Ruby script detect that it is running in irb?

ruby irb

Explanation of Ruby code for building Trie data structures

ruby irb

How can I avoid the console output when assigning a value to a variable in Ruby

ruby irb

IRb: how to start an interactive ruby session with pre-loaded classes