class Opal::Nodes::DefinedSuperNode
def compile
def compile # insert method body to find super method self.compile_dispatcher wrap '((', ') != null ? "super" : nil)' end
def compile # insert method body to find super method self.compile_dispatcher wrap '((', ') != null ? "super" : nil)' end