lib/massimo/resource.rb in massimo-0.7.3 vs lib/massimo/resource.rb in massimo-0.7.4
- old
+ new
@@ -96,10 +96,10 @@
end
end
protected
- def read_source
- @content = source_path.read
- end
+ def read_source
+ @content = source_path.read
+ end
end
end
\ No newline at end of file