Macro helix_runtime::rb_sprintf [] [src]

macro_rules! rb_sprintf {
    ($s:tt , $($params:expr),+) => { ... };
    ($s:tt) => { ... };
}