Pack elements within the blockvertically.
105 106 107
# File 'lib/fidgit/elements/container.rb', line 105 def vertical(options = {}, &block) Vertical.new({ parent: self }.merge!(options), &block) end