Classes: Application, Config, Settings
"0.0.2"
11 12 13 14 15 16 17 18 19 20
# File 'lib/eye/patch.rb', line 11 def self.parse(filename) settings = Eye::Patch::Settings.new(filename) config = Eye::Config.new( Eye::Patch::Config.new(settings), Eye::Patch::Application.new(settings)) config.validate! config end