Method: Munge::Error::ConfigRbNotFound#message
- Defined in:
- lib/munge/error.rb
#message ⇒ Object
47 48 49 50 |
# File 'lib/munge/error.rb', line 47 def "Expected to find config file: #{@identifier}\n" \ "Are you in the correct directory, or did you run `munge init`?" end |