class Samovar::Command

def [](*input)

def [](*input)
	self.dup.tap{|command| command.parse(input)}
end