84 85 86
# File 'lib/ui_bibz/ui/core/windows/modal.rb', line 84 def body(content = nil, options = nil, html_options = nil, &block) @body = UiBibz::Ui::Core::Windows::Components::ModalBody.new(content, options, html_options, &block) end