lib/ghub/client.rb in ghub-0.12.0 vs lib/ghub/client.rb in ghub-0.14.0
- old
+ new
@@ -14,10 +14,10 @@
)
include Import[:configuration]
def initialize(**)
- super(**)
+ super
yield configuration if block_given?
end
end
end