APIdock / Ruby
/
Browse About
method

xmp

v1_9_3_125 - Show latest stable - Class: Object
xmp(exps, bind = nil)
public

No documentation available.

# File lib/irb/xmp.rb, line 92
def xmp(exps, bind = nil)
  bind = IRB::Frame.top(1) unless bind
  xmp = XMP.new(bind)
  xmp.puts exps
  xmp
end

Related methods

  • Instance methods
  • !~
  • <=>
  • ===
  • =~
  • CSV
  • DelegateClass
  • Digest
  • __getobj__
  • __setobj__
  • check_signedness
  • check_sizeof
  • chmod
  • class
  • clone
  • convertible_int
  • cp
  • create_header
  • create_makefile
  • dclone
  • default_src_encoding
  • define_singleton_method
  • depend_rules
  • dir_config
  • display
  • dummy_makefile
  • dup
  • enable_config
  • enum_for
  • eql?
  • extend
  • find_executable
  • find_header
  • find_library
  • find_type
  • freeze
  • frozen?
  • hash
  • have_const
  • have_framework
  • have_func
  • have_header
  • have_library
  • have_macro
  • have_struct_member
  • have_type
  • have_var
  • help
  • httpd
  • initialize_clone
  • initialize_copy
  • initialize_dup
  • inspect
  • install
  • instance_of?
  • instance_variable_defined?
  • instance_variable_get
  • instance_variable_set
  • instance_variables
  • is_a?
  • kind_of?
  • ln
  • method
  • mkdir
  • mkmf
  • mv
  • nil?
  • object_id
  • pretty_print
  • pretty_print_cycle
  • psych_to_yaml
  • public_method
  • public_send
  • respond_to?
  • respond_to_missing?
  • rm
  • rmdir
  • send
  • setup
  • singleton_class
  • singleton_methods
  • sysread
  • taint
  • tainted?
  • tap
  • timeout
  • to_enum
  • to_s
  • to_yaml
  • to_yaml_properties
  • touch
  • trust
  • try_const
  • try_type
  • untaint
  • untrust
  • untrusted?
  • wait_writable
  • with_config
  • xmp
  • Class methods
  • yaml_tag
  • Private methods
  • privateremove_instance_variable
APIdock API Documentation Browser

© 2026 APIdock