Method: Aureus::Components::Row#initialize
- Defined in:
- lib/aureus/components/row.rb
#initialize(&block) ⇒ Row
Returns a new instance of Row.
7 8 9 10 11 |
# File 'lib/aureus/components/row.rb', line 7 def initialize &block init_haml_helpers @columns = Array.new @content = capture_haml self, &block end |