lib/tanshuku.rb in tanshuku-0.0.20 vs lib/tanshuku.rb in tanshuku-1.0.0
- old
+ new
@@ -33,9 +33,9 @@
#
# @example
# Tanshuku.configure do |config|
# config.default_url_options = { host: "localhost", protocol: :https }
# end
- def self.configure(&)
- config.configure(&)
+ def self.configure(&block)
+ config.configure(&block)
end
end