mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
6 lines
94 B
Ruby
6 lines
94 B
Ruby
|
|
task :default => :walk_the_path
|
|
|
|
task :walk_the_path do
|
|
ruby 'path_to_enlightenment.rb'
|
|
end |