Class: Unleash::Bootstrap::Provider::FromFile

Inherits:
Base
  • Object
show all
Defined in:
lib/unleash/bootstrap/provider/from_file.rb

Class Method Summary collapse

Methods inherited from Base

#read

Class Method Details

.read(file_path) ⇒ Object

Parameters:

  • file_path (String)


8
9
10
# File 'lib/unleash/bootstrap/provider/from_file.rb', line 8

def self.read(file_path)
  File.read(file_path)
end