Implements Enumerable#each.
745 746 747 748
# File 'lib/interval.rb', line 745 def each components.each { |o| yield(o) } self end