Top Level Namespace

Defined Under Namespace

Modules: ID3Lib

Instance Method Summary collapse

Instance Method Details

#error(msg) ⇒ Object



7
8
9
10
# File 'ext/id3lib_api/extconf.rb', line 7

def error msg
  message msg + "\n"
  abort
end