Advertisement
Guest User

Untitled

a guest
Aug 30th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def libv8_include_path
  2. "#{libv8_source_path}/include"
  3. end
  4. alias_method :include_path, :libv8_include_path
  5. def libv8_source_path
  6. File.expand_path "../../vendor/v8", __FILE__
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement