Skip to content

Instantly share code, notes, and snippets.

@EastResident
Last active April 4, 2017 11:35
Show Gist options
  • Save EastResident/90169838ca019142c277e15fb7e8ec81 to your computer and use it in GitHub Desktop.
Save EastResident/90169838ca019142c277e15fb7e8ec81 to your computer and use it in GitHub Desktop.
OpenURIで10KB以下のファイルが開けないよ ref: http://qiita.com/EastResident/items/a9f753fe0983e915e99f
OpenURI.open_uri('ファイルのURL')
OpenURI::Buffer.send('const_set', :StringMax, 0)
file = OpenURI.open_uri('10kb以下のファイルのURL')
file.class # => Tempfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment