Module: Luna::Command

Defined in:
lib/luna/command.rb,
lib/luna/command/serve.rb

Defined Under Namespace

Classes: Serve

Class Method Summary collapse

Class Method Details

.call(*arguments) ⇒ Object



10
11
12
# File 'lib/luna/command.rb', line 10

def self.call(*arguments)
	Serve.call(*arguments)
end