programming-examples/ruby/_Basics/mixins.rb
2019-11-15 12:59:38 +01:00

16 lines
198 B
Ruby

module WingChunMixin
# Your code goes here
end
module BoxingMixin
# Your code goes here
end
module FencingMixin
# Your code goes here
end
module JeetKuneDoMixin
# Your code goes here
end