aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/cmd')
-rw-r--r--lib/irb/cmd/help.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/irb/cmd/help.rb b/lib/irb/cmd/help.rb
index 73067f53c6..3e8d1388e0 100644
--- a/lib/irb/cmd/help.rb
+++ b/lib/irb/cmd/help.rb
@@ -1,3 +1,14 @@
+#
+# help.rb - helper using ri
+# $Release Version: 0.9.5$
+# $Revision$
+# $Date$
+#
+# --
+#
+#
+#
+
require 'rdoc/ri/ri_driver'
module IRB