Skip to content

Instantly share code, notes, and snippets.

@frekw
Created September 5, 2010 22:19
Show Gist options
  • Save frekw/566380 to your computer and use it in GitHub Desktop.
Save frekw/566380 to your computer and use it in GitHub Desktop.
class MyBinaryTempFile < Tempfile
def initialize(name, *args)
# ...
super(name, :encoding => 'ascii-8bit')
# ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment