Method: Gem::Release::Context::Github#initialize

Defined in:
lib/gem/release/context/github.rb

#initialize(repo, data) ⇒ Github

Returns a new instance of Github.



19
20
21
22
# File 'lib/gem/release/context/github.rb', line 19

def initialize(repo, data)
  @repo = repo
  @data = data
end