# File lib/dbus/type.rb, line 211
def type(string_type)
  Type::Parser.new(string_type).parse[0]
end