summaryrefslogtreecommitdiff
path: root/lib/irb/xmp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/xmp.rb')
-rw-r--r--lib/irb/xmp.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/irb/xmp.rb b/lib/irb/xmp.rb
index 88cbd88525..b1bc53283e 100644
--- a/lib/irb/xmp.rb
+++ b/lib/irb/xmp.rb
@@ -1,14 +1,8 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
#
# xmp.rb - irb version of gotoken xmp
-# $Release Version: 0.9$
-# $Revision$
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
-# --
-#
-#
-#
require_relative "../irb"
require_relative "frame"
@@ -50,8 +44,8 @@ class XMP
# The top-level binding or, optional +bind+ parameter will be used when
# creating the workspace. See WorkSpace.new for more information.
#
- # This uses the +:XMP+ prompt mode, see IRB@Customizing+the+IRB+Prompt for
- # full detail.
+ # This uses the +:XMP+ prompt mode.
+ # See {Custom Prompts}[rdoc-ref:IRB@Custom+Prompts] for more information.
def initialize(bind = nil)
IRB.init_config(nil)