diff options
| author | mo khan <mo@mokhan.ca> | 2014-03-21 22:57:40 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-03-21 22:57:40 -0600 |
| commit | f6b096a65c3f5588c82047099ee3922be7573eb2 (patch) | |
| tree | 14af8f2e3e2f094c085d33308b23acb9f520c132 /lib/nasty | |
| parent | e7a25c6b21a1ae5c714320b340617b2e263b4789 (diff) | |
chain infinite commands together.v0.0.1395464273main
Diffstat (limited to 'lib/nasty')
| -rw-r--r-- | lib/nasty/composite_command.rb | 2 |
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 |
