Method: StringDoc::MetaAttributes#each
- Defined in:
- lib/string_doc/meta_attributes.rb
#each(&block) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
34 35 36 37 38 |
# File 'lib/string_doc/meta_attributes.rb', line 34 def each(&block) @attributes.each do |attributes| attributes.each(&block) end end |