lib/fix/it.rb in fix-0.11.1 vs lib/fix/it.rb in fix-0.12.0
- old
+ new
@@ -18,9 +18,10 @@
end
# Override Ruby's method_missing in order to provide let interface.
#
# @api private
+ #
# @since 0.11.0
#
# @raise [NoMethodError] If doesn't respond to the given method.
def method_missing(name, *args, &block)
@helpers.key?(name) ? @helpers.fetch(name).call : super