16 lines
198 B
Ruby
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
|