This class has exists to represent binary data. This is mainly used by DataObjects. Binary data sometimes needs to be quoted differently than regular string data (even if the string is just plain ASCII).
| VERSION | = | '0.9.13' |
| logger | [RW] |
# File lib/extlib.rb, line 45
45: def self.exiting
46: return @exiting if defined?(@exiting)
47: @exiting = false
48: end