:nodoc:
Classes: Str
3 4 5 6 7
# File 'lib/rrs/label.rb', line 3 def self.split(arg) labels = [] arg.scan(/[^\.]+/) {labels << Str.new($&)} return labels end