class Unparser::Emitter::Index::Reference

def emit_operation

def emit_operation
  parentheses('[', ']') do
    delimited(indices)
  end
end