Method: Script::Command::Create#call

Defined in:
lib/project_types/script/commands/create.rb

#call(_args, _) ⇒ Object



15
16
17
# File 'lib/project_types/script/commands/create.rb', line 15

def call(_args, _)
  @ctx.abort(@ctx.message("script.deprecated"))
end