Class: Plz::Commands::NoTargetName

Inherits:
Object
  • Object
show all
Defined in:
lib/plz/commands/no_target_name.rb

Instance Method Summary collapse

Instance Method Details

#callObject



4
5
6
# File 'lib/plz/commands/no_target_name.rb', line 4

def call
  puts "You didn't pass target name\n#{Error::USAGE}"
end