Guest User

Untitled

a guest
Aug 5th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. def nullvault?(tmp)
  2.     bool = false
  3.     tmp.db_buffer.each do |x|
  4.         bool = false
  5.         bool = true if x.path == nil
  6.     end
  7.     return bool
  8. end
Advertisement
Add Comment
Please, Sign In to add comment