# File lib/innate/view.rb, line 70 def read(view) return Cache.view[view] ||= ::File.read(view) if View.options.read_cache ::File.read(view) end