Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class FetchRule
  2. include Hermes
  3.  
  4. class << self
  5. def synchronize_store_access
  6. @mutex # ... < Initialize where
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment