summaryrefslogtreecommitdiff
path: root/ext/readline/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/readline/README')
-rw-r--r--ext/readline/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/readline/README b/ext/readline/README
deleted file mode 100644
index 57c51b5f5d..0000000000
--- a/ext/readline/README
+++ /dev/null
@@ -1,10 +0,0 @@
-The Readline module provides interface for GNU Readline.
-This module defines a number of methods to facilitate completion
-and accesses input history from the Ruby interpreter.
-This module supported Edit Line(libedit) too.
-libedit is compatible with GNU Readline.
-
-GNU Readline:: http://www.gnu.org/directory/readline.html
-libedit:: http://www.thrysoee.dk/editline/
-
-See RDoc for Readline module.