class Prism::MissingNode

def initialize(source, node_id, location, flags)

Initialize a new MissingNode node.
def initialize(source, node_id, location, flags)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
end