class SyntaxTree::Comment

def ===(other)

def ===(other)
  other.is_a?(Comment) && value === other.value && inline === other.inline
end