# File lib/feature.rb, line 182 def each(arg = nil) @features.each do |x| next if arg and x.feature != arg yield x end end