Class: Builder::XmlMarkup
- Inherits:
-
Object
- Object
- Builder::XmlMarkup
- Defined in:
- lib/builder/xml_markup.rb
Instance Method Summary collapse
-
#array_mode(key = nil) {|_self| ... } ⇒ Object
Add this no-op.
Instance Method Details
#array_mode(key = nil) {|_self| ... } ⇒ Object
Add this no-op
5 6 7 |
# File 'lib/builder/xml_markup.rb', line 5 def array_mode(key = nil, &block) yield(self) end |