Module: Gist
- Defined in:
- lib/nwcopy/gist.rb
Class Method Summary collapse
Class Method Details
.list ⇒ Object
47 48 49 |
# File 'lib/nwcopy/gist.rb', line 47 def self.list JSON.parse open("http://gist.github.com/api/v1/json/gists/#{config('github.user')}").read end |