Guest User

Untitled

a guest
Jul 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def Bench.run
  2. a = ''
  3. 1_000_000.times do
  4. StringScanner.new a
  5. a << '.'
  6. end
  7. end
Add Comment
Please, Sign In to add comment