Top Level Namespace

Defined Under Namespace

Modules: HTMLEntities, HTTP, I18n, ITRANS, MultipartFormData, OptionsParser, PluginAdapter, Plugins, Strings, URLEncodedFormData, WikiPluginAdapter, XMLHash Classes: AZLyrics, Application, DarkLyrics, Giitaayan, Jamendo, LeosLyrics, Logger, LoudSongs, LyricWiki, Lyrics, LyricsDownload, LyricsMania, Lyriki, MediaWikiLyrics, SeekLyrics, Sing365, TerraLetras

Constant Summary collapse

WIKILYRICS_VERSION =
"Wiki-Lyrics v#{MediaWikiLyrics.version()}"
TOOLKITS_DEFAULT =
["qt3", "qt4", "gtk", "tk"]

Instance Method Summary collapse

Instance Method Details

#debug(message) ⇒ Object



27
28
29
# File 'lib/lyrics/lyrics.rb', line 27

def debug( message )
	system( "kdialog", "--msgbox", "<qt>" + message.to_s().gsub( "\n", "<br />" ) + "</qt>" )
end