# File lib/nanoc3/extra/file_proxy.rb, line 16 def respond_to?(meth) File.instance_methods.any? { |m| m == meth.to_s || m == meth.to_sym } end