Method: Rubyhub::Configuration.exists?
- Defined in:
- lib/rubyhub/configuration.rb
.exists? ⇒ Boolean
18 19 20 |
# File 'lib/rubyhub/configuration.rb', line 18 def exists? File.exist?(CONFIG_PATH) end |
18 19 20 |
# File 'lib/rubyhub/configuration.rb', line 18 def exists? File.exist?(CONFIG_PATH) end |