Trait helix::RubyMethod [] [src]

pub trait RubyMethod {
    fn install(self, class: VALUE, name: &CStr);
}

Required Methods

Implementors