We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a393a commit a2bced4Copy full SHA for a2bced4
.gitignore
@@ -14,7 +14,7 @@
14
# .env
15
16
# Ignore history files.
17
-.irb_history
+.irbrc_history
18
.rdbg_history
19
20
# Documentation cache and generated files:
.irbrc
@@ -2,10 +2,8 @@
2
3
require "irb/completion"
4
5
-IRB.conf[:AUTO_INDENT] = true
6
-IRB.conf[:HISTORY_FILE] = ".irb_history"
7
-IRB.conf[:SAVE_HISTORY] = 1000
8
IRB.conf[:USE_AUTOCOMPLETE] = false
+IRB.conf[:USE_PAGER] = false
9
10
def clear
11
system("clear")
Gemfile
@@ -6,6 +6,7 @@ source "https://rubygems.org"
gemspec
gem "debug"
+gem "irb"
gem "rake"
gem "rspec"
12
gem "rubocop"
0 commit comments