We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9720270 commit 7f2a780Copy full SHA for 7f2a780
2 files changed
.irbrc
@@ -0,0 +1,12 @@
1
+# frozen_string_literal: true
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
9
10
+def clear
11
+ system("clear")
12
+end
.yardopts
@@ -1,6 +1,7 @@
--no-private
-
CHANGELOG.md
+CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
USAGE.md
0 commit comments