# File lib/math_ml/latex.rb, line 748
                        def cmd_stackrel
                                o = parse_any; b = parse_any
                                Over.new(b, o)
                        end