Method: Ayadn::Status#user_404
- Defined in:
- lib/ayadn/status.rb
#user_404(username) ⇒ Object
367 368 369 |
# File 'lib/ayadn/status.rb', line 367 def user_404(username) info("error", "user #{username} doesn't exist (it could be a deleted account)", "red") end |