Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created July 26, 2014 06:36
Show Gist options
  • Select an option

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

Select an option

Save lune-sta/c1875f2149b4c880e5f7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# -*- coding: utf-8 -*
require_relative "../ixia"
p = Place.new("abc", 123) do |a, b|
puts a
puts b
end
p p
#<Place:0x007fbb420cf7b0 @client_id=0, @id=1, @node=nil, @args=[["a", "abc"], ["b", 123]], @source=" puts a\n puts b", @ref_id=0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment