When to require irb in Ruby 2.4.0
One of the things you’ll notice if you search for tutorials on Ruby 2.4’s Binding.irb
is that some examples need a require 'irb'
and some don’t. In this article When to include irb in Ruby 2.4 I explain why.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
One of the things you’ll notice if you search for tutorials on Ruby 2.4’s Binding.irb
is that some examples need a require 'irb'
and some don’t. In this article When to include irb in Ruby 2.4 I explain why.
Post a comment