Guest User

Untitled

a guest
Jun 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (defined? status.user.description)
  2. if status.user.description.downcase.include? "foo"
  3. puts "yep, this one has foo"
  4. end
  5. end
Add Comment
Please, Sign In to add comment