programming-examples/ruby/_Basics/mixins.rb

16 lines
198 B
Ruby
Raw Normal View History

2019-11-15 12:59:38 +01:00
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