Method: Okapi::ExplicitConfig#read!
- Defined in:
- lib/okapi/cli/config.rb
#read!(force: false) ⇒ Object
30 31 32 33 34 |
# File 'lib/okapi/cli/config.rb', line 30 def read!(force: false) checkfile!(force) do |exists| exists ? File.read(@filename) : "" end end |