Skip to content

Instantly share code, notes, and snippets.

@smathy
Created May 1, 2015 00:25
Show Gist options
  • Save smathy/157a4006dfc52fab384b to your computer and use it in GitHub Desktop.
Save smathy/157a4006dfc52fab384b to your computer and use it in GitHub Desktop.
Pry::Commands.block_command 'r' do |*w|
run "show-routes" + ( w.present? ? " --grep '#{w.join ' '}'" : "" )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment