Skip to content

Commit 48be456

Browse files
committed
Remove unnecessary system command
1 parent 8dfc02d commit 48be456

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.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)