This class holds integer/fixnum values
convert to binary
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 54 def to_binary(bplist) bplist.num_to_binary(self) end
convert to XML
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 47 def to_xml(parser) n = parser.new_node('integer') n = parser.append_node(n, parser.new_text(@value.to_s)) n end
Generated with the Darkfish Rdoc Generator 2.