Skip to content

Instantly share code, notes, and snippets.

@gsamokovarov
Created June 26, 2013 14:32
Show Gist options
  • Save gsamokovarov/5867840 to your computer and use it in GitHub Desktop.
Save gsamokovarov/5867840 to your computer and use it in GitHub Desktop.
IRB XMP example
require 'irb/xmp'
xmp = XMP.new(binding)
xmp.puts "foo = 42"
xmp.puts "foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment