# File lib/rex/parser/ini.rb, line 21 def self.from_file(path) ini = Ini.new(path) ini.from_file return ini end