Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created March 9, 2014 23:30
Show Gist options
  • Select an option

  • Save lune-sta/9456610 to your computer and use it in GitHub Desktop.

Select an option

Save lune-sta/9456610 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
# -*- coding: utf-8 -*
require_relative '../ixia'
p = Place.new do
a = 'test2'
host_place()
puts a
a = 'test3'
exit_place()
end
a = 'test1'
enter_place(p)
puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment