Trait helix_runtime::RubyMethod [] [src]

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

Required Methods

Implementors