programming-examples/ruby/Basics/mixins.rb
2019-11-18 14:44:36 +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