Guest User

Untitled

a guest
Nov 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. def with_my_file(&block)
  2. File.open('magic.dat', 'w+', &block)
  3. end
Add Comment
Please, Sign In to add comment