lib/nanoc/base/repos/store.rb in nanoc-4.4.2 vs lib/nanoc/base/repos/store.rb in nanoc-4.4.3
- old
+ new
@@ -107,19 +107,17 @@
# Callback method that is called when no data file was found. By default,
# this implementation does nothing, but it should probably be overridden
# by the subclass.
#
# @return [void]
- def no_data_found
- end
+ def no_data_found; end
# Callback method that is called when a version mismatch is detected. By
# default, this implementation does nothing, but it should probably be
# overridden by the subclass.
#
# @return [void]
- def version_mismatch_detected
- end
+ def version_mismatch_detected; end
private
def pstore
@pstore ||= PStore.new(filename)