macro_rules! define_method {
    ($method:ident) => { ... };
}