xmp.rb - irb version of gotoken xmp $Release Version: 0.9$ $Revision: 11708 $ $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $ by Keiju ISHITSUKA(Nippon Rational Inc.)
—
[Source]
# File lib/irb/xmp.rb, line 81 81: def xmp(exps, bind = nil) 82: bind = IRB::Frame.top(1) unless bind 83: xmp = XMP.new(bind) 84: xmp.puts exps 85: xmp 86: end
[Validate]