Method: IniFile::Parser#typecast

Defined in:
lib/avmtrf1/patches/inifile.rb

#typecast(value) ⇒ Object



9
10
11
# File 'lib/avmtrf1/patches/inifile.rb', line 9

def typecast(value)
  value.to_s
end