# File lib/snmp/varbind.rb, line 75 def <=>(other) @value <=> other.to_i end
# File lib/snmp/varbind.rb, line 79 def coerce(other) if other.kind_of? Fixnum return [other, @value] else return [other.to_f, self.to_f] end end
# File lib/snmp/varbind.rb, line 99 def encode encode_integer(@value) end
Generated with the Darkfish Rdoc Generator 2.