Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Created January 18, 2019 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikecmpbll/f1468f69ed04002a7ec6c8672dbf7fab to your computer and use it in GitHub Desktop.
Save mikecmpbll/f1468f69ed04002a7ec6c8672dbf7fab to your computer and use it in GitHub Desktop.
module Foo
def hi
puts "hi"
end
end
namespace :test do
extend Foo
task :test do
hi
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment