Class: Unleash::Bootstrap::Provider::FromFile
- Defined in:
- lib/unleash/bootstrap/provider/from_file.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.read(file_path) ⇒ Object
8 9 10 |
# File 'lib/unleash/bootstrap/provider/from_file.rb', line 8 def self.read(file_path) File.read(file_path) end |