Class: Builder::XmlMarkup

Inherits:
Object
  • Object
show all
Defined in:
lib/builder/xml_markup.rb

Instance Method Summary collapse

Instance Method Details

#array_mode(key = nil) {|_self| ... } ⇒ Object

Add this no-op

Yields:

  • (_self)

Yield Parameters:



5
6
7
# File 'lib/builder/xml_markup.rb', line 5

def array_mode(key = nil, &block)
  yield(self)
end