Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created May 30, 2014 20:00
Show Gist options
  • Save luckyruby/9d48db8331a443fd0fad to your computer and use it in GitHub Desktop.
Save luckyruby/9d48db8331a443fd0fad to your computer and use it in GitHub Desktop.
task :request do
puts "foo"
end
$ time be rake request
foo
real 0m1.850s
user 0m1.520s
sys 0m0.321s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment