Skip to content

Commit 7f2a780

Browse files
authored
Update YARD config, add IRB config (#36)
1 parent 9720270 commit 7f2a780

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.irbrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--no-private
22
-
33
CHANGELOG.md
4+
CODE_OF_CONDUCT.md
45
CONTRIBUTING.md
56
LICENSE
67
USAGE.md

0 commit comments

Comments
 (0)