# File lib/net/ber.rb, line 268
  def initialize(oid)
    if oid.is_a?(String)
      oid = oid.split(/\./).map {|s| s.to_i }
    end
    @value = oid
  end