Class: IniFile::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/patches/inifile.rb

Instance Method Summary collapse

Instance Method Details

#original_typecastObject



7
# File 'lib/avmtrf1/patches/inifile.rb', line 7

alias original_typecast typecast

#typecast(value) ⇒ Object



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

def typecast(value)
  value.to_s
end