fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

Raw Blob Objects Should Act as Strings #1

Closed runpaint closed 15 years ago

runpaint commented 15 years ago

A Blob.find(user, repo, sha, path) object is effectively a string; the raw contents of the named file. It should automatically stringify so you can treat it as a String, or return an actual String.

radar commented 15 years ago

They should be strings now, let me know.