Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. type = $& if data_string =~ /^(\d{3})/
  3.  
  4. unless data_protocol?(type)
  5. p "^^^^ returned from data protocol check and type #{type}"
  6. return false,nil,nil,nil
  7. end
Add Comment
Please, Sign In to add comment