Method: StringDoc::MetaAttributes#wrap
- Defined in:
- lib/string_doc/meta_attributes.rb
#wrap(&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.
41 42 43 44 45 |
# File 'lib/string_doc/meta_attributes.rb', line 41 def wrap(&block) @attributes.each do |attributes| attributes.wrap(&block) end end |