# File lib/math_ml/element.rb, line 87
                def initialize(display_style, body)
                        super("mrow")
                        as_display_style if display_style
                        @body = body
                end