xmp.rb

Path: irb/xmp.rb
Last Update: Tue Jul 09 12:17:16 BST 2002
  xmp.rb - irb version of gotoken xmp
      $Release Version: 0.9$
      $Revision: 1.3 $
      $Date: 2002/07/09 11:17:16 $
      by Keiju ISHITSUKA(Nippon Rational Inc.)

Required files

irb   irb/frame  

Methods

xmp  

Public Instance methods

[Source]

    # File 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

Search

Google

Ruby API Docs

Links