Method: Gct::Command::Robot::Start#run
- Defined in:
- lib/gct/command/robot/start.rb
#run ⇒ Object
30 31 32 33 34 |
# File 'lib/gct/command/robot/start.rb', line 30 def run = " <font color=\"info\">#{@tag}</font> 开始打tag" content = "**#{@project_name}** #{message}" robot_send(content) end |