summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/nasty/composite_command.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/nasty/composite_command.rb b/lib/nasty/composite_command.rb
index 6b0c683..a1f5a90 100644
--- a/lib/nasty/composite_command.rb
+++ b/lib/nasty/composite_command.rb
@@ -1,5 +1,7 @@
module Nasty
class CompositeCommand
+ include Command
+
def initialize(first, last)
@first = first
@last = last