Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. module Compile
  2. def self.c
  3. system "ruby ext/extconf.rb && cd ext && make"
  4. end
  5. end
  6. class Autotest
  7. Autotest.add_hook :ran_command do |a|
  8. Compile::c
  9. end
  10. end
Add Comment
Please, Sign In to add comment