Method: Munge::Error::ConfigRbNotFound#message

Defined in:
lib/munge/error.rb

#messageObject



47
48
49
50
# File 'lib/munge/error.rb', line 47

def message
  "Expected to find config file: #{@identifier}\n" \
  "Are you in the correct directory, or did you run `munge init`?"
end