Exception: Rudy::Config::Commands::PathNotString

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



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

def message; super << " (path must be a String)"; end