ring

Macro ring 

Source
macro_rules! ring {
    () => { ... };
    ($($x:expr),*) => { ... };
    ($($x:expr,)*) => { ... };
}