Method: RODF::DataStyle#style_section
- Defined in:
- lib/rodf/data_style.rb
#style_section(*args, &block) ⇒ Object Also known as: section
13 14 15 16 17 18 19 |
# File 'lib/rodf/data_style.rb', line 13 def style_section(*args, &block) x = StyleSection.new(*args, &block) style_sections << x return x end |