Guest User

Untitled

a guest
Mar 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. require "rubygems"
  2.  
  3. %w(Markdown RDiscount Maruku BlueCloth).each do |lib|
  4. begin
  5. require lib.downcase
  6. ::Markdown = Object.const_get(lib) unless lib == "Markdown"
  7. break
  8. rescue LoadError
  9. nil
  10. end
  11. end
Add Comment
Please, Sign In to add comment