Class: Utopia::Command::Server

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/utopia/command.rb

Defined Under Namespace

Classes: Create

Instance Method Summary collapse

Instance Method Details

#invoke(parent) ⇒ Object



81
82
83
# File 'lib/utopia/command.rb', line 81

def invoke(parent)
	@command.invoke(parent)
end