# File lib/dbus/type.rb, line 144 def inspect s = TypeName[@sigtype] if [STRUCT, ARRAY].member?(@sigtype) s += ": " + @members.inspect end s end