Guest User

Untitled

a guest
May 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def keyword_space
  2. [ (not line =~ /return;/ and line =~un),
  3. "Space after keyword needed" ]
  4. end
  5.  
  6.  
  7. result, message = keyword_space
  8. log_error(line, file, message) unless result
Add Comment
Please, Sign In to add comment