Exception: Rudy::Config::Commands::ReservedKeyword

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



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

def message;  "%s (reserved keyword)" % [super]; end