Method: Geet::Github::Gist#initialize
- Defined in:
- lib/geet/github/gist.rb
#initialize(id) ⇒ Gist
Returns a new instance of Gist.
21 22 23 |
# File 'lib/geet/github/gist.rb', line 21 def initialize(id) @id = id end |
Returns a new instance of Gist.
21 22 23 |
# File 'lib/geet/github/gist.rb', line 21 def initialize(id) @id = id end |