class SyntaxTree::MethodAddBlock

def ===(other)

def ===(other)
  other.is_a?(MethodAddBlock) && call === other.call &&
    block === other.block
end