Module: Enumerable
Overview
The Enumerable module to add some Inform helper methods
Instance Method Summary collapse
Methods included from Inform::SetHelpers
Instance Method Details
#inform(o = '') ⇒ Object
132 133 134 |
# File 'lib/runtime/helpers.rb', line 132 def inform(o = '') each { |x| x.inform(o) if x.respond_to?(:inform) } end |