Module: Nasty::Command

Included in:
CompositeCommand
Defined in:
lib/nasty/command.rb

Instance Method Summary collapse

Instance Method Details

#then(next_command) ⇒ Object



3
4
5
# File 'lib/nasty/command.rb', line 3

def then(next_command)
  CompositeCommand.new(self, next_command)
end