# File lib/dbus/type.rb, line 217
def variant(string_type, value)
  [type(string_type), value]
end