From 4fac3a042baf75b31b7cc7d06ce9052d48ed9d92 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 4 Jun 2007 12:31:26 +0000 Subject: * lib/json.rb, lib/json, ext/json, test/json: import JSON library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/json/TrueClass.xpm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lib/json/TrueClass.xpm (limited to 'lib/json/TrueClass.xpm') diff --git a/lib/json/TrueClass.xpm b/lib/json/TrueClass.xpm new file mode 100644 index 000000000..143eef49b --- /dev/null +++ b/lib/json/TrueClass.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * TrueClass_xpm[] = { +"16 16 2 1", +" c None", +". c #0BF311", +" ", +" ", +" ", +" ......... ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" ", +" ", +" "}; -- cgit