Method: Quick::FS::FSConstant#contents

Defined in:
lib/quick/fs.rb

#contentsObject



27
28
29
30
31
32
33
# File 'lib/quick/fs.rb', line 27

def contents
	if @contents.respond_to? :call
		@contents.call
	else
		@contents
	end
end