We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文言のカラーリングとか ^C14 みたいなものを Redmine モジュールに直接書いてるので,別モジュールとして切り出したほうがいいかも
Redmine
module RedmineIRCGateway module IRCHelper def red message "^C{NUM}#{message}^C" end end end
require 'irc_helper' module RedmineIRCGateway module Redmine include IRCHelper puts red('赤で表示されるメッセージ') end end
The text was updated successfully, but these errors were encountered:
add user session manager class. refs #28 #25 #16 #17
6a8c7ea
No branches or pull requests
文言のカラーリングとか ^C14 みたいなものを
Redmine
モジュールに直接書いてるので,別モジュールとして切り出したほうがいいかもThe text was updated successfully, but these errors were encountered: