class Rudy::Config::Commands::PathNotString

Public Instance Methods

message() click to toggle source
Calls superclass method Rudy::Config::Error#message
# File lib/rudy/config/objects.rb, line 59
def message; super << " (path must be a String)"; end