Method: DeepStruct.from_file

Defined in:
lib/deep_struct.rb

.from_file(path) ⇒ Object



22
23
24
# File 'lib/deep_struct.rb', line 22

def self.from_file(path)
  from_data(FileReader.new(path).data)
end