Skip to content

Commit 30aac3f

Browse files
committed
Remove unnecessary command from IRB config
1 parent fab9ea8 commit 30aac3f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.irbrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ require "irb/completion"
55
IRB.conf[:HISTORY_FILE] = ".irb_history"
66
IRB.conf[:USE_AUTOCOMPLETE] = false
77
IRB.conf[:USE_PAGER] = false
8-
9-
def clear
10-
system("clear")
11-
end

0 commit comments

Comments
 (0)