This website requires JavaScript.
Explore
Help
Sign In
localhots
/
burden
Watch
1
Star
0
Fork
You've already forked burden
0
Code
Releases
Activity
53b0645b8d
burden
/
burden_web
/
spec
/
dummy
/
lib
/
tasks
/
good_bar.rake
7 lines
93 B
Ruby
Raw
Blame
History
namespace
:good
do
desc
'One more good task'
task
:bar
=
>
[
:foo
]
do
'Hey!'
end
end
View Git Blame
Copy Permalink