class Object
Public Instance Methods
ini_file(&block)
click to toggle source
# File lib/ini-dsl/ini_file.rb, line 7 def ini_file &block IniFile::from_hash block_is_hash([], &block) end
# File lib/ini-dsl/ini_file.rb, line 7 def ini_file &block IniFile::from_hash block_is_hash([], &block) end