Advertisement
Guest User

Untitled

a guest
Jul 26th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.23 KB | None | 0 0
  1. class FileCreator < ApplicationService
  2.   def file_open
  3.     File.open("#{Rails.root}/public/pk3/tmp/crosshairs.shader", 'w') do |file|
  4.       cross_hash.each.with_index(1) do |x, index|
  5.         file <<
  6.       end
  7.     end
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement