Method: Webmaster.new
- Defined in:
- lib/webmaster.rb
.new(options = {}, &block) ⇒ Github::Client
Alias for Webmaster::Client.new
16 17 18 |
# File 'lib/webmaster.rb', line 16 def new( = {}, &block) Webmaster::Client.new(:configuration => , &block) end |