DebugClients/Ruby/Config.rb

changeset 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2005 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 =begin edoc
7 File defining the different Ruby types
8 =end
9
10 if RUBY_VERSION < "1.9"
11 $KCODE = 'UTF8'
12 require 'jcode'
13 end
14
15 ConfigVarTypeStrings = ['__', 'NilClass', '_unused_',
16 'bool', 'Fixnum', 'Bignum', 'Float', 'Complex',
17 'String', 'String', '_unused_', 'Array',
18 'Hash', '_unused_', '_unused_', 'File', '_unused_',
19 '_unused_', '_unused_', 'Class', 'instance',
20 '_unused_', '_unused_', '_unused_',
21 'Proc', '_unused_', '_unused_', 'Module',
22 '_unused_', '_unused_', '_unused_', 'other']

eric ide

mercurial