[#104004] [Ruby master Feature#17883] Load bundler/setup earlier to make `bundle exec ruby -r` respect Gemfile — mame@...
Issue #17883 has been reported by mame (Yusuke Endoh).
21 messages
2021/05/24
[ruby-core:103843] [Ruby master Feature#17859] Start IRB when running just `ruby`
From:
nobu@...
Date:
2021-05-14 07:54:20 UTC
List:
ruby-core #103843
Issue #17859 has been updated by nobu (Nobuyoshi Nakada). deivid (David Rodr刕uez) wrote in #note-5: > I normally use `-e` too for short code evaluation and a REPL for longer sessions. I use `-e` too, but often people mix single- and double-quotes in a same code, then I have to feed it via stdin. ---------------------------------------- Feature #17859: Start IRB when running just `ruby` https://bugs.ruby-lang.org/issues/17859#change-91962 * Author: deivid (David Rodr刕uez) * Status: Open * Priority: Normal ---------------------------------------- Compare python: ``` $ python Python 3.8.3 (default, Jul 8 2020, 16:49:12) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> ``` To ruby: ``` $ ruby # just hangs ``` I think firing up a console it's a good default behaviour for beginners. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>