blob: cc7c7e6c15720f75c2b668a08311f28cf17174da [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* if_ruby.c */
Bram Moolenaaref269542016-01-19 13:22:12 +01002int ruby_enabled(int verbose);
3void ruby_end(void);
4void ex_ruby(exarg_T *eap);
5void ex_rubydo(exarg_T *eap);
6void ex_rubyfile(exarg_T *eap);
7void ruby_buffer_free(buf_T *buf);
8void ruby_window_free(win_T *win);
9void vim_ruby_init(void *stack_start);
Bram Moolenaare99be0e2019-03-26 22:51:09 +010010void do_rubyeval(char_u *str, typval_T *rettv);
Bram Moolenaar071d4272004-06-13 20:20:40 +000011/* vim: set ft=c : */