Skip to content

Instantly share code, notes, and snippets.

Created April 22, 2012 05:58
Show Gist options
  • Save anonymous/8c83c61ae07c1f1d52c9 to your computer and use it in GitHub Desktop.
Save anonymous/8c83c61ae07c1f1d52c9 to your computer and use it in GitHub Desktop.
# vim:ft=ruby
def m o; o.methods.sort - Object.methods end
def c m
Dir.chdir ENV['HOME']+'/pkg/ruby' do
system 'vim', '-t', m
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment