Exception: Rudy::Config::Commands::AlreadyDefined

Inherits:
Error
  • Object
show all
Defined in:
lib/rudy/config/objects.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Rudy::Config::Error

Instance Method Details

#messageObject



56
# File 'lib/rudy/config/objects.rb', line 56

def message; "The command '#{@obj}' has already been defined for this project"; end