Skip to content

Commit

Permalink
Change output format a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Oct 1, 2011
1 parent 2e57251 commit b477976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.rb
Expand Up @@ -3,8 +3,8 @@


def show(o)
puts "Ruby class : " + o.class.to_s
puts "__swigtype__: " + o.instance_variable_get(:@__swigtype__)
puts "SWIG type: " + o.instance_variable_get(:@__swigtype__)
puts "Ruby class: " + o.class.to_s
end

bar = Foo::Sub::bar
Expand Down

0 comments on commit b477976

Please sign in to comment.