lib/nanoc/extra/file_proxy.rb in nanoc-3.6.2 vs lib/nanoc/extra/file_proxy.rb in nanoc-3.6.3

- old
+ new

@@ -14,10 +14,10 @@ end def freeze end - def respond_to?(meth) + def respond_to?(meth, include_all=false) file_instance_methods.include?(meth.to_sym) end def method_missing(sym, *args, &block) if !@@deprecation_warning_shown