open ruby ri documentation in Safari as html


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. alias riht='ruby -e"%x{ri -f html #{ARGV[0]}>/tmp/ri.html; open -a Safari /tmp/ri.html}"'

Report this snippet


Comments


You need to login to view comments.