29 30 31 32 33
# File 'lib/code_snippet/snip.rb', line 29 def content raise 'cannot read snippet code' unless exist? File.read(@path) end